# 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 = "whistle" version = "0.1.0" authors = ["Nathan ROYER "] description = "TLS alternative which works on UDP" readme = "README.md" categories = ["cryptography"] license = "MIT" repository = "https://github.com/NathanRoyer/whistle" resolver = "2" [dependencies.chacha20poly1305] version = "0.9.0" optional = true default-features = false [dependencies.curve25519-dalek] version = "3.2.1" features = ["u64_backend"] optional = true default-features = false [dependencies.hkdf] version = "0.12.3" optional = true default-features = false [dependencies.poly1305] version = "0.7.2" optional = true default-features = false [dependencies.rand_core] version = "0.6" [dependencies.sha2] version = "0.10.2" optional = true default-features = false [dev-dependencies.chacha20] version = "0.8.0" features = ["rng"] [features] default = ["default-sp"] default-sp = [ "curve25519-dalek", "hkdf", "chacha20poly1305", "sha2", "poly1305", ]