sestring/Cargo.toml

21 lines
560 B
TOML

[package]
name = "sestring"
version = "0.1.0"
edition = "2018"
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.sr.ht/~jkcclemens/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"