# 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 = "zebra-scan" version = "0.1.0-alpha.11" authors = ["Zcash Foundation "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shielded transaction scanner for the Zcash blockchain" homepage = "https://zfnd.org/zebra/" readme = "README.md" keywords = [ "zebra", "zcash", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/zebra" [lib] name = "zebra_scan" path = "src/lib.rs" [[bin]] name = "scanner-grpc-server" path = "src/bin/rpc_server.rs" required-features = ["proptest-impl"] [[bin]] name = "scanning-results-reader" path = "src/bin/scanning-results-reader/main.rs" required-features = ["results-reader"] [[bin]] name = "zebra-scanner" path = "src/bin/scanner/main.rs" [[bin]] name = "zebrad-for-scanner" path = "src/bin/zebrad-for-scanner/main.rs" [[test]] name = "scan_task_commands" path = "tests/scan_task_commands.rs" [[test]] name = "scanner" path = "tests/scanner.rs" [dependencies.bls12_381] version = "0.8.0" optional = true [dependencies.chrono] version = "0.4.38" features = [ "clock", "std", "serde", ] default-features = false [dependencies.color-eyre] version = "0.6.3" [dependencies.ff] version = "0.13.0" optional = true [dependencies.futures] version = "0.3.31" [dependencies.group] version = "0.13.0" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.itertools] version = "0.13.0" [dependencies.jsonrpc] version = "0.18.0" optional = true [dependencies.jubjub] version = "0.10.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.proptest] version = "1.4.0" optional = true [dependencies.proptest-derive] version = "0.5.0" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.sapling-crypto] version = "0.3.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.211" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.41.0" features = ["time"] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.39" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.zcash_address] version = "0.6.0" [dependencies.zcash_client_backend] version = "0.14.0" [dependencies.zcash_keys] version = "0.4.0" features = ["sapling"] [dependencies.zcash_note_encryption] version = "0.4.0" optional = true [dependencies.zcash_primitives] version = "0.19.0" [dependencies.zebra-chain] version = "1.0.0-beta.42" features = ["shielded-scan"] [dependencies.zebra-grpc] version = "0.1.0-alpha.9" [dependencies.zebra-node-services] version = "1.0.0-beta.42" features = ["shielded-scan"] [dependencies.zebra-rpc] version = "1.0.0-beta.42" [dependencies.zebra-state] version = "1.0.0-beta.42" features = ["shielded-scan"] [dependencies.zebra-test] version = "1.0.0-beta.42" optional = true [dependencies.zebrad] version = "2.0.1" [dev-dependencies.bls12_381] version = "0.8.0" [dev-dependencies.ff] version = "0.13.0" [dev-dependencies.group] version = "0.13.0" [dev-dependencies.insta] version = "1.40.0" features = [ "ron", "redactions", ] [dev-dependencies.jubjub] version = "0.10.0" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.proptest-derive] version = "0.5.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.13.0" [dev-dependencies.tokio] version = "1.41.0" features = ["test-util"] [dev-dependencies.toml] version = "0.8.19" [dev-dependencies.tonic] version = "0.12.3" [dev-dependencies.zcash_note_encryption] version = "0.4.0" [dev-dependencies.zebra-state] version = "1.0.0-beta.42" features = ["proptest-impl"] [dev-dependencies.zebra-test] version = "1.0.0-beta.42" [features] proptest-impl = [ "proptest", "proptest-derive", "zebra-state/proptest-impl", "zebra-chain/proptest-impl", "zebra-test", "bls12_381", "ff", "group", "jubjub", "rand", "zcash_note_encryption", ] results-reader = [ "jsonrpc", "hex", ]