# 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.58.0" name = "locutus" version = "0.0.3" publish = true description = "Locutus P2P network main node implementation" license = "MIT OR Apache-2.0" repository = "https://github.com/freenet/locutus" [[bin]] name = "locutus-node" path = "src/bin/node.rs" [[bin]] name = "ldt" path = "src/bin/dev-tool.rs" [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.21" [dependencies.locutus-core] version = "0.0.3" features = ["websocket"] [dependencies.locutus-dev] version = "0.0.3" [dependencies.locutus-stdlib] version = "0.0.3" [dependencies.log] version = "0.4" [dependencies.rmp] version = "0.8" [dependencies.rmp-serde] version = "1" [dependencies.rmpv] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] [dependencies.warp] version = "0.3" features = [ "multipart", "tls", ] default-features = false [dependencies.xz2] version = "0.1"