# 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 = "acme-types" version = "0.1.1" description = "Types for implementing ACME (RFC 8555) providers and clients" homepage = "https://git.doom.fm/citruspi/acme-types-rs" readme = "CRATE.md" keywords = ["acme", "rfc-8555"] categories = ["data-structures"] license = "CC0-1.0 OR Unlicense" repository = "https://git.doom.fm/citruspi/acme-types-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.serde] version = "^1" optional = true [dependencies.serde_json] version = "^1" optional = true [dev-dependencies.reqwest] version = "0.11.9" features = ["blocking"] [features] json = ["serde/derive", "serde_json"]