# 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 = "racal" version = "0.4.0" authors = ["ljoonal"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "REST API client abstraction library" readme = "README.md" keywords = [ "api", "declarative", "rest", "http", "abstraction", ] categories = [ "api-bindings", "network-programming", "web-programming::http-client", ] license = "MPL-2.0" repository = "https://github.com/onlivfe/racal" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "nightly", ] [lib] name = "racal" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.reqwest] version = "0.12.5" features = ["json"] optional = true default-features = false [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [features] default = [] reqwest = [ "dep:reqwest", "async-trait", ] [badges.maintenance] status = "experimental"