# 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 = "fontpm-api" version = "0.2.1" description = """ Internal API for [`fontpm`](https://github.com/tecc/fontpm). """ keywords = [ "fontpm", "fonts", ] license = "Apache-2.0" repository = "https://github.com/tecc/fontpm" resolver = "1" [dependencies.async-trait] version = "0.1.60" [dependencies.backtrace] version = "0.3.67" optional = true [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.13" optional = true [dependencies.semver] version = "1.0.16" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.3" [features] debug = ["dep:backtrace"] default = [] reqwest-util = ["dep:reqwest"]