# 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" rust-version = "1.81.0" name = "parrot-network" version = "0.0.22" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental public Distributed Ledger Technology (DLT)" readme = "README.md" keywords = [ "dag", "dlt", "ledger", "web3", "crypto", ] categories = [ "network-programming", "web-programming", "rust-patterns", ] license = "MIT" repository = "https://github.com/ancos2505/parrot-network" [[bin]] name = "parrot-node" path = "src/main.rs" [[bench]] name = "max_active_sessions" path = "benches/max_active_sessions.rs" harness = false [[bench]] name = "req_1000" path = "benches/req_1000.rs" harness = false [dependencies.array-bytes] version = "6.2.3" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.falcon-rust] version = "0.1.2" [dependencies.h10] version = "0.6" [dependencies.html-rs] version = "0.3" [dependencies.rand] version = "0.8.5" [dependencies.redb] version = "2.1.2" [dependencies.serde] version = "1.0.209" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.toml] version = "0.8.19" [features] debug = [] default = [] [badges.maintenance] status = "experimental" [lints.clippy] all = "deny" [lints.rust] deprecated-in-future = "forbid" deprecated-safe = "forbid" elided-lifetimes-in-paths = "forbid" explicit-outlives-requirements = "forbid" ffi-unwind-calls = "forbid" invalid-type-param-default = "forbid" keyword-idents-2018 = "forbid" keyword-idents-2024 = "forbid" let-underscore-drop = "forbid" macro-use-extern-crate = "forbid" meta-variable-misuse = "forbid" missing-abi = "forbid" missing-debug-implementations = "forbid" missing-unsafe-on-extern = "forbid" non-ascii-idents = "forbid" non-local-definitions = "forbid" patterns-in-fns-without-body = "forbid" redundant-lifetimes = "forbid" rust-2021-incompatible-closure-captures = "forbid" rust-2021-incompatible-or-patterns = "forbid" rust-2021-prefixes-incompatible-syntax = "forbid" rust-2021-prelude-collisions = "forbid" single-use-lifetimes = "forbid" trivial-casts = "deny" trivial-numeric-casts = "forbid" unit-bindings = "forbid" unnameable-types = "forbid" unsafe-code = "forbid" unsafe-op-in-unsafe-fn = "forbid" unstable-features = "forbid" unused-extern-crates = "deny" unused-import-braces = "forbid" unused-lifetimes = "forbid" unused-macro-rules = "forbid" unused-qualifications = "deny" unused-results = "allow" variant-size-differences = "forbid"