# 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 = "rusty-blockparser" version = "0.11.0" authors = ["gcarq "] include = [ "src/*", "sql/*", "LICENSE", "README.md", "Cargo.toml", ] description = "Blockchain Parser for most common Cryptocurrencies based on Bitcoin" homepage = "https://github.com/gcarq/rusty-blockparser/" documentation = "https://github.com/gcarq/rusty-blockparser/blob/master/README.md" readme = "README.md" keywords = [ "Cryptocurrency", "Bitcoin", "Litecoin", "Blockchain", "Parser", ] license = "GPL-3.0" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true rpath = false [dependencies.bitcoin] version = "^0.30.0" [dependencies.byteorder] version = "^1.3" [dependencies.chrono] version = "^0.4.24" features = ["std"] default-features = false [dependencies.clap] version = "^4.3.8" features = ["cargo"] [dependencies.dirs] version = "^5.0.0" [dependencies.log] version = "^0.4" features = ["std"] default-features = false [dependencies.rayon] version = "^1.3" [dependencies.rusty-leveldb] version = "^1.0.6" [dependencies.seek_bufread] version = "^1.2.2" [dev-dependencies.tempfile] version = "^3.6.0"