# 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 = "xc220b3" version = "0.3.0" authors = ["Azz [asteria@valera.co]"] description = "Quantum-safe stream encryption using XChaCha20 and BLAKE3 along with various other cryptographic primitives." license = "MIT OR Apache-2.0" repository = "https://github.com/valeralabs/xc220b3" resolver = "1" [dependencies.arrayvec] version = "0.7.2" default-features = false [dependencies.blake3] version = "1.3.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.constant_time_eq] version = "0.2.4" [dependencies.k256] version = "0.11.6" features = ["ecdh"] default-features = false [dependencies.rand_core] version = "0.6.4" [dependencies.tracing] version = "0.1.36" [features] default = [] tracing = []