g3/lib/g3-msgpack/Cargo.toml
2023-03-09 17:55:45 +08:00

21 lines
557 B
TOML

[package]
name = "g3-msgpack"
version = "0.1.0"
edition = "2021"
rust-version = "1.60.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
rmpv = "1.0"
uuid = { version = "1.0" }
atoi = "2.0"
chrono = { version = "0.4.22", default-features = false, features = ["std"] }
rustls = { version = "0.20", optional = true }
rustls-pemfile = { version = "1.0", optional = true }
g3-types = { path = "../g3-types" }
[features]
default = []
rustls = ["dep:rustls", "dep:rustls-pemfile"]