# 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" name = "drt-chain-scenario-format" version = "0.0.3" authors = ["xfactor-toml "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser/writer of the Dharitri transaction scenario format" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "blockchain", "contract", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/DharitriOne/drt-sdk-rs" [lib] name = "drt_chain_scenario_format" path = "src/lib.rs" [[test]] name = "interpreter_test" path = "tests/interpreter_test.rs" [[test]] name = "reconstructor_tests" path = "tests/reconstructor_tests.rs" [dependencies.bech32] version = "0.9.0" [dependencies.hex] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.10.8"