# 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 = "entropy-programs-core" version = "0.11.0" authors = ["Entropy Cryptography "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core traits and types for building programs on the Entropy network." homepage = "https://entropy.xyz/" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/entropyxyz/programs" [lib] name = "entropy_programs_core" path = "src/lib.rs" [dependencies.getrandom] version = "0.2" features = ["custom"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.wit-bindgen] version = "0.7.0" [dependencies.witgen] version = "0.15.0" [dev-dependencies] [features] default = ["std"] std = ["serde/std"]