# 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 = "forgejo-api-types" version = "0.1.11" authors = ["Robert Walter "] description = "Rusty API types of the forgejo API" homepage = "https://codeberg.org/VoiDD/forgejo-api-types" readme = "README.md" keywords = [ "forgejo", "types", "codeberg", "api", ] license = "AGPL-3.0-or-later" repository = "https://codeberg.org/VoiDD/forgejo-api-types" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.3" features = [ "derive", "std", ] default-features = false [dependencies.color-eyre] version = "0.6" [dependencies.derive-new] version = "0.5" [dependencies.hyper] version = "0.14" [dependencies.palette] version = "0.7.2" features = ["serializing"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-email] version = "3.0" [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.url] version = "2.4" features = ["serde"]