# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bitflow" version = "0.5.1" authors = ["z0mbie42 "] description = "A simple piece of software that makes downloading files fast ⚡" homepage = "https://bloom.sh/bitflow" keywords = ["bloom", "torrent", "download"] license = "AGPL-3.0" repository = "https://gitlab.com/bloom42/bitflow.git" [profile.release] debug = true [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.dotenv] version = "0.13" [dependencies.failure] version = "0.1" [dependencies.futures-fs] version = "0.0.5" [dependencies.log] version = "0.4" [dependencies.mimesniff] version = "0.3.0" [dependencies.reqwest] version = "0.9" [dependencies.rusoto_core] version = "0.39" [dependencies.rusoto_s3] version = "0.39" [dependencies.sentry] version = "0.12.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slog] version = "2.4" [dependencies.slog-json] version = "2.3" [dependencies.slog-scope] version = "4.1" [dependencies.url] version = "1.7" [dependencies.uuid] version = "0.7" features = ["v4"] [dependencies.walkdir] version = "2"