# 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.56" name = "babble" version = "0.2.0" description = "An implementation of Noise protocols." license = "MPL-2.0" repository = "https://git.sr.ht/~akhil/babble" resolver = "2" [dependencies.rand_core] version = "0.6.3" default-features = false [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.rand_core] version = "0.6.3" features = ["getrandom"] default-features = false [build-dependencies.cc] version = "1.0.72"