sestring/Cargo.toml

21 lines
563 B
TOML
Raw Normal View History

2021-10-03 19:52:21 +00:00
[package]
name = "sestring"
2022-12-03 11:07:34 +00:00
version = "0.2.0"
edition = "2021"
2021-10-03 19:52:21 +00:00
authors = ["Anna Clemens <sestring-crate@annaclemens.io>"]
description = "SeString parser/encoder for FFXIV-related purposes."
license = "EUPL-1.2"
2021-10-03 19:54:56 +00:00
keywords = ["ffxiv", "sestring"]
2022-12-03 11:07:34 +00:00
repository = "https://git.anna.lgbt/ascclemens/sestring"
2021-10-03 19:52:21 +00:00
# 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"