# 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 = "openmls_test" version = "0.1.0" authors = ["OpenMLS Authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Test utility used by OpenMLS" documentation = "https://docs.rs/openmls_test" readme = "Readme.md" license = "MIT" repository = "https://github.com/openmls/openmls/tree/main/openmls_test" [lib] name = "openmls_test" path = "src/lib.rs" proc-macro = true [dependencies.ansi_term] version = "0.12.1" [dependencies.openmls_libcrux_crypto] version = "0.1.0" optional = true [dependencies.openmls_rust_crypto] version = "0.3.0" [dependencies.openmls_traits] version = "0.3.0" [dependencies.proc-macro2] version = "1.0.10" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.rstest] version = "0.17" [dependencies.rstest_reuse] version = "0.5" [dependencies.syn] version = "2.0" features = [ "full", "visit", ] [features] libcrux-provider = ["dep:openmls_libcrux_crypto"]