# 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 = "rustybit" version = "2.0.0" authors = ["h33333333"] description = "A CLI bittorrent client" documentation = "https://github.com/h33333333/rustybit" readme = "README.md" keywords = [ "cli", "client", "bittorrent", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/h33333333/rustybit" resolver = "1" [dependencies.anyhow] version = "^1.0.8" [dependencies.clap] version = "4.3.14" features = [ "derive", "string", ] [dependencies.rustybit-lib] version = "1.0.0" [dependencies.serde_bencode] version = "1.0.0" package = "rustybit-serde-bencode" [dependencies.tokio] version = "1" features = [ "fs", "net", "io-util", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]