# 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 = "2018" name = "imgurs-model" version = "0.1.0" authors = ["Filippo Berto "] description = "A typed and safe model of the Imgur API" keywords = [ "Imgur", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/bertof/Imgurs" [dependencies.clap] version = "4" features = [ "env", "derive", "wrap_help", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = [ "serde", "macros", "serde-human-readable", "serde-well-known", ] [dependencies.url] version = "2" features = ["serde"] [features] default = [] from_env = []