# 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" rust-version = "1.75.0" name = "zenoh-crypto" version = "1.0.2" authors = [ "kydos ", "Luca Cominardi ", "Pierre Avital ", ] description = "Internal crate for zenoh." homepage = "http://zenoh.io" readme = "README.md" categories = ["network-programming"] license = "EPL-2.0 OR Apache-2.0" repository = "https://github.com/eclipse-zenoh/zenoh" [dependencies.aes] version = "0.8.4" [dependencies.hmac] version = "0.12.1" features = ["std"] [dependencies.rand] version = "0.8.5" features = ["default"] default-features = false [dependencies.rand_chacha] version = "0.3.1" [dependencies.sha3] version = "0.10.8" [dependencies.zenoh-result] version = "1.0.2" features = ["default"] default-features = false