# 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_derive" version = "2.8.0" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Strict encoding derivation macros" homepage = "https://strict-types.org" readme = "README.md" keywords = [ "strict-encoding", "proc-macro", ] categories = [ "development-tools", "encoding", ] license = "Apache-2.0" repository = "https://github.com/strict-types/strict-encoding" [lib] name = "strict_encoding_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "base" path = "tests/base.rs" [[test]] name = "dumb" path = "tests/dumb.rs" [[test]] name = "type" path = "tests/type.rs" [dependencies.amplify_syn] version = "2.0.1" [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [dev-dependencies.amplify] version = "4.8.0"