# 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 = "2018" name = "lt_blockchain" version = "0.1.0" authors = ["Learn Together Community"] include = ["/rust", "/Cargo.toml", "/Readme.md"] description = "Blockchain written with educational purpose by Learn Together Community.\n" homepage = "https://github.com/Learn-Together-Pro/LtBlockchain" documentation = "https://docs.rs/lt_blockchain" readme = "Readme.md" keywords = ["blockchain", "from-skratch", "pow"] categories = [] license = "MIT" repository = "https://github.com/Learn-Together-Pro/LtBlockchain" [profile.dev.package.num-bigint-dig] opt-level = 3 [lib] name = "lt_blockchain" path = "rust/mod.rs" [[bin]] name = "lt_blockchain_app" path = "rust/main.rs" [[test]] name = "lt_blockchain_test" path = "rust/blockchain/test/mod.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.chrono] version = "0.4.9" [dependencies.maplit] version = "1.0.2" [dependencies.rand] version = "0.8.4" [dependencies.rsa] version = "0.5.0" [dependencies.serde] version = "1.0.130" [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "1.0.67" [dependencies.serde_with] version = "1.10.0" features = ["json"] [dependencies.sha2] version = "0.9.6" [dependencies.threadpool] version = "1.8.1" [dependencies.wca] version = "0.1.0" [dependencies.wtools] version = "0.1.0"