# 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 = "chunky-bits" version = "0.2.0" authors = ["Miles Breslin "] description = "Chunky Bits is simple, unmanaged, distributed HTTP object store tool." license = "MIT" [profile.release] lto = true [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" features = ["std", "serde"] [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" features = ["serde", "small_rng"] [dependencies.reed-solomon-erasure] version = "4.0" [dependencies.reqwest] version = "0.11" features = ["default-tls", "stream", "gzip", "brotli"] [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.sha2] version = "0.9" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = ["fs", "io-std", "io-util", "macros", "process", "rt", "rt-multi-thread", "sync", "signal"] [dependencies.tokio-stream] version = "0.1" features = ["fs"] [dependencies.tokio-util] version = "0.6" [dependencies.url] version = "2.2" features = ["serde"] [dependencies.warp] version = "0.3" [dev-dependencies.tempfile] version = "3.2"