# 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 = "rqbit" version = "7.0.1" authors = ["Igor Katson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A bittorrent command line client and server." documentation = "https://github.com/ikatson/rqbit" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" [[bin]] name = "rqbit" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.5" features = [ "derive", "deprecated", "env", ] [dependencies.clap_complete] version = "4.5" [dependencies.console-subscriber] version = "0.2" optional = true [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2.158" [dependencies.librqbit] version = "7.0.0" features = [ "http-api", "tracing-subscriber-utils", "upnp-serve-adapter", ] 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.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.signal-hook] version = "0.3.17" [dependencies.size_format] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.11" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.upnp-serve] version = "0.1.0" default-features = false package = "librqbit-upnp-serve" [dev-dependencies.futures] version = "0.3" [features] debug_slow_disk = ["librqbit/storage_middleware"] default = [ "default-tls", "postgres", "webui", ] default-tls = ["librqbit/default-tls"] openssl-vendored = ["openssl/vendored"] postgres = ["librqbit/postgres"] rust-tls = ["librqbit/rust-tls"] timed_existence = ["librqbit/timed_existence"] tokio-console = [ "console-subscriber", "tokio/tracing", ] webui = ["librqbit/webui"]