# 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 = "bertie" version = "0.1.0-pre.2" authors = ["Karthikeyan Bhargavan <karthik@cryspen.com>"] description = "Minimal TLS 1.3 implementation" documentation = "https://docs.rs/bertie" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cryspen/bertie" [lib] path = "src/lib.rs" [dependencies.backtrace] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.libcrux] version = "0.0.2-pre.2" features = ["rand"] [dependencies.rand] version = "0.8.0" [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.dhat] version = "0.3.0" [dev-dependencies.rayon] version = "1.3.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] api = [] default = [ "secret_integers", "api", ] secret_integers = [] test_utils = []