# 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 = "fog-pack" version = "0.5.0" authors = ["Scott Teal"] exclude = [ "media/*", "misc_docs/*", ] description = "Binary Data format supporting immutable references, schema, and compression" homepage = "https://github.com/Cognoscan/fog-pack" documentation = "https://docs.rs/fog-pack" readme = "README.md" keywords = [ "fog-pack", "validator", "serialization", "deserialization", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/Cognoscan/fog-pack" [[bench]] name = "log" harness = false [dependencies.base64] version = "0.21.0" [dependencies.bytecount] version = "0.6.0" [dependencies.byteorder] version = "1" [dependencies.fog-crypto] version = "0.5.3" features = ["with-serde"] default-features = false [dependencies.futures-core] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.unicode-normalization] version = "0.1" [dependencies.zstd-safe] version = "6" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.futures-executor] version = "0.3" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] default = ["getrandom"] getrandom = ["fog-crypto/getrandom"]