# 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_test" version = "2.8.0" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper functions for testing strict encodings" homepage = "https://strict-types.org" readme = "README.md" keywords = [ "strict-encoding", "test-helpers", ] categories = [ "encoding", "parsing", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/strict-types/strict-encoding" [lib] name = "strict_encoding_test" path = "src/lib.rs" [dependencies.amplify] version = "4.8.0" [dependencies.strict_encoding] version = "2.8.0"