# 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" name = "gnostr-bits" version = "0.0.2" authors = [ "admin ", "Igor Katson ", ] description = "A bittorrent service for gnostr." documentation = "https://github.com/gnostr-org/gnostr-bits" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gnostr-org/gnostr-bits" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4" features = [ "derive", "deprecated", ] [dependencies.console-subscriber] version = "0.2" optional = true [dependencies.futures] version = "0.3" [dependencies.librqbit] version = "5.4.1" default-features = false [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.parking_lot] version = "0.12" features = ["deadlock_detection"] [dependencies.parse_duration] version = "2" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.size_format] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.futures] version = "0.3" [features] default = [ "sha1-system", "default-tls", "webui", ] default-tls = ["librqbit/default-tls"] openssl-vendored = ["openssl/vendored"] rust-tls = ["librqbit/rust-tls"] sha1-openssl = ["librqbit/sha1-openssl"] sha1-rust = ["librqbit/sha1-rust"] sha1-system = ["librqbit/sha1-system"] timed_existence = ["librqbit/timed_existence"] tokio-console = [ "console-subscriber", "tokio/tracing", ] webui = ["librqbit/webui"]