# 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.77.0" name = "strict_encoding" version = "2.8.1" authors = ["Dr Maxim Orlovsky "] build = false exclude = [ "derive", "test_helpers", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Strict encoding: deterministic & confined binary serialization for strict types" homepage = "https://strict-types.org" readme = "README.md" keywords = [ "strict-types", "gadt", "serialization", "serde", "protobuf", ] categories = [ "encoding", "parsing", ] license = "Apache-2.0" repository = "https://github.com/strict-types/strict-encoding" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] name = "strict_encoding" path = "src/lib.rs" [dependencies.amplify] version = "4.8.0" features = ["proc_attr"] [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.strict_encoding_derive] version = "2.8.0" [dev-dependencies.amplify] version = "4.8.0" features = [ "proc_attr", "hex", ] [features] all = [ "float", "derive", "serde", ] default = ["derive"] derive = [] float = ["amplify/apfloat"] half = [] serde = [ "serde_crate", "amplify/serde", ] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.rand] version = "0.8.4" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"