# 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 = "commit_encoding_derive" version = "0.12.0-alpha.2" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Commitment encoding derivation macros" homepage = "https://github.com/LNP-BP" readme = "README.md" keywords = [ "commitments", "proc-macro", ] categories = [ "development-tools", "encoding", ] license = "Apache-2.0" repository = "https://github.com/LNP-BP/client_side_validation" [lib] name = "commit_encoding_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "base" path = "tests/base.rs" [dependencies.amplify] version = "~4.8.0" [dependencies.amplify_syn] version = "2.0.1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [dev-dependencies.strict_encoding] version = "~2.8.0"