# 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_traits" version = "0.3.0" authors = ["OpenMLS Authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits used by OpenMLS" documentation = "https://docs.rs/openmls_traits" readme = "README.md" license = "MIT" repository = "https://github.com/openmls/openmls/tree/main/traits" [lib] name = "openmls_traits" path = "src/traits.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tls_codec] version = "0.4.1" features = [ "derive", "serde", "mls", ] [features] default = [] test-utils = []