# 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-node" version = "0.0.1" publish = true description = "Locutus P2P network main node implementation" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.21" [dependencies.locutus-core] version = "0.0.1" features = ["websocket"] [dependencies.log] version = "0.4" [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" [dependencies.warp] version = "0.3" features = [ "multipart", "tls", ] default-features = false [dependencies.xz2] version = "0.1" [features] default = [] local = []