# 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 = "blockchain-scratch-rust" version = "0.3.0" authors = ["Arman "] autobins = false autoexamples = false autotests = false autobenches = false description = "A scratched blockchain implementation" homepage = "https://armanriazi.github.io/site/public/programming/rust/rust-scratch-blockchain" readme = "README.md" keywords = [ "proof", "blockchain", "decentralized", "cryptocurrency", "json", ] categories = [ "development-tools", "development-tools::cargo-plugins", "command-line-utilities", ] license = "MIT" repository = "https://github.com/armanriazi/rust-scratch-blockchain" resolver = "2" [package.metadata] msrv = "1.31.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 = 4 debug = true debug-assertions = true rpath = false [profile.doc] opt-level = 0 lto = false codegen-units = 1 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [lib] name = "library_blockchain" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = false doc = true plugin = false proc-macro = false harness = false required-features = [] edition = "2021" [dependencies.crypto-hash] version = "0.3.3" [dependencies.env_logger] version = "0.9.0" [dependencies.hex] version = "0.3.2" [dependencies.json] version = "0.12.4" [dependencies.library_utils] version = "0.0.2" [dependencies.log] version = "0.4.0" [dependencies.rust-releases] version = "0.22.0" features = ["rust-releases-rust-changelog"] default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.82" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dev-dependencies.crypto-hash] version = "0.3.3" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.hex] version = "0.3.2" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.log] version = "0.4.0" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.proptest] version = "1" [dev-dependencies.serde] version = "1.0.137" features = ["derive"] [dev-dependencies.serde_derive] version = "1.0.137" [dev-dependencies.serde_json] version = "1.0.82"