# 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 = "npsd" version = "0.2.0" publish = true description = "Network payload serializer / deserializer framework" documentation = "https://docs.rs/npsd" readme = "README.md" keywords = [ "serialize", "deserialize", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/vmolsa/npsd" [package.metadata.docs.rs] all-features = false rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chrono] version = "0.4.38" optional = true [dependencies.crossbeam] version = "0.8.4" optional = true [dependencies.fxhash] version = "0.2.1" optional = true [dependencies.npsd-schema] version = "0.2.0" [dependencies.thiserror] version = "1.0.61" [dependencies.uuid] version = "1.8.0" features = [ "std", "v4", "v7", ] optional = true [dependencies.xxhash-rust] version = "0.8.10" features = [ "xxh3", "const_xxh3", ] [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.postcard] version = "1.0.8" features = ["alloc"] [dev-dependencies.pretty-hex] version = "0.4.1" [dev-dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.118" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.uuid] version = "1.8.0" features = [ "std", "v4", "v7", "serde", ] [features] async = [] default = [ "crossbeam", "sync", ] full = [ "crossbeam", "sync", "async", "info", "uuid", "fxhash", "chrono", ] info = [] sync = []