# 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 = "groestlcoin_slices" version = "0.7.0" authors = ["Groestlcoin Developers "] description = "Parse Groestlcoin objects without allocations" documentation = "https://docs.rs/groestlcoin_slices/" readme = "README.md" keywords = [ "groestlcoin", "blocks", "transaction", "parse", "slices", ] categories = [ "no-std", "cryptography::cryptocurrencies", "encoding", ] license = "MIT" repository = "https://github.com/Groestlcoin/groestlcoin_slices" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.groestlcoin] version = "0.31.0" optional = true [dependencies.groestlcoin_hashes] version = "0.13" optional = true [dependencies.hashbrown] version = "0.14" optional = true [dependencies.redb] version = "1.0" optional = true [dependencies.sha2] version = "0.10" optional = true [dev-dependencies.bitcoin-test-data] version = "0.2.0" [dev-dependencies.groestlcoin] version = "0.31.0" features = ["rand"] [dev-dependencies.hex_lit] version = "0.1" features = ["rust_v_1_46"] [dev-dependencies.tempfile] version = "3.4.0" [features] default = [] groestlcoin = [ "dep:groestlcoin", "groestlcoin_hashes", ] groestlcoin_hashes = ["dep:groestlcoin_hashes"] redb = ["dep:redb"] sha2 = ["dep:sha2"] slice_cache = ["dep:hashbrown"]