You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
563 B
TOML
21 lines
563 B
TOML
[package]
|
|
name = "sestring"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
authors = ["Anna Clemens <sestring-crate@annaclemens.io>"]
|
|
description = "SeString parser/encoder for FFXIV-related purposes."
|
|
license = "EUPL-1.2"
|
|
keywords = ["ffxiv", "sestring"]
|
|
repository = "https://git.anna.lgbt/ascclemens/sestring"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
byteorder = "1"
|
|
thiserror = "1"
|
|
serde = { version = "1", optional = true, features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
lazy_static = "1"
|
|
paste = "1"
|