# 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 = "free-storage" version = "1.0.8" description = "A library that uploads files for free without a size or bandwith cap. Requires a GitHub account. May get you suspended from GitHub if you upload too much." documentation = "https://docs.rs/free-storage" readme = "README.md" license = "MIT" repository = "https://github.com/free-storage-org/free-storage" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [[bin]] name = "storage" path = "src/main.rs" required-features = ["cli"] [dependencies.clap] version = "4.0" features = ["derive"] optional = true [dependencies.dirs] version = "4.0" optional = true [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.rmp-serde] version = "1.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.22" features = ["rt-multi-thread"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" optional = true [dependencies.url] version = "2.2" features = ["serde"] [dependencies.uuid] version = "1.2" features = ["v4"] [features] cli = [ "reqwest/rustls-tls", "tokio/macros", "rmp-serde", "clap", "tracing-subscriber", "dirs", ]