1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "mls-rs-codec" 15version = "0.6.0" 16build = false 17autolib = false 18autobins = false 19autoexamples = false 20autotests = false 21autobenches = false 22description = "TLS codec and MLS specific encoding used by mls-rs" 23homepage = "https://github.com/awslabs/mls-rs" 24readme = false 25keywords = [ 26 "mls", 27 "mls-rs", 28] 29license = "Apache-2.0 OR MIT" 30repository = "https://github.com/awslabs/mls-rs" 31 32[lib] 33name = "mls_rs_codec" 34path = "src/lib.rs" 35 36[[test]] 37name = "macro_usage" 38path = "tests/macro_usage.rs" 39 40[dependencies.mls-rs-codec-derive] 41version = "0.2.0" 42 43[dependencies.thiserror] 44version = "1.0.40" 45optional = true 46 47[dev-dependencies.assert_matches] 48version = "1.5.0" 49 50[features] 51default = [ 52 "std", 53 "preallocate", 54] 55preallocate = [] 56std = ["dep:thiserror"] 57 58[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] 59version = "0.2" 60 61[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] 62version = "0.3" 63 64[lints.rust.unexpected_cfgs] 65level = "warn" 66priority = 0 67check-cfg = ["cfg(mls_build_async)"] 68