# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "distant-protocol" version = "0.20.0" authors = ["Chip Senkbeil "] description = "Protocol library for distant, providing data structures used between the client and server" homepage = "https://github.com/chipsenkbeil/distant" readme = "README.md" keywords = ["protocol"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/distant" [dependencies.bitflags] version = "2.3.1" [dependencies.const-str] version = "0.5.6" [dependencies.derive_more] version = "0.99.17" features = [ "deref", "deref_mut", "display", "from", "error", "into", "into_iterator", "is_variant", ] default-features = false [dependencies.regex] version = "1.8.3" [dependencies.semver] version = "1.0.17" features = ["serde"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_bytes] version = "0.11.9" [dependencies.strum] version = "0.24.1" features = ["derive"] [dev-dependencies.rmp] version = "0.8.11" [dev-dependencies.rmp-serde] version = "1.1.1" [dev-dependencies.serde_json] version = "1.0.96" [features] default = [] tests = []