# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "luk_chain" version = "0.2.0" authors = ["Freddie Brown "] description = "Generalised blockchain library" readme = "README.md" keywords = ["crypto", "blockchain"] license = "GPL-3.0" repository = "https://github.com/FreddieBrown/LukChain" [profile.dev.package.num-bigint-dig] opt-level = 3 [lib] name = "luk_chain" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.async-trait] version = "0.1.51" [dependencies.bincode] version = "1.3.3" [dependencies.futures] version = "0.3.16" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.pico-args] version = "0.4.2" [dependencies.rand] version = "0.8.4" [dependencies.rsa] version = "0.5.0" features = ["alloc", "serde"] [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.89" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.66" [dependencies.tokio] version = "1.9.0" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.2.19" [dev-dependencies.tracing-test] version = "0.1.0"