# 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" rust-version = "1.60" name = "idempotent-resource-ops" version = "0.0.1" authors = ["Caio Oliveira "] publish = true description = "A set of functions to provide stateless idempotent requests based on resource metadata" readme = "readme.md" keywords = [ "idempotency", "HTTP", "REST", "web", ] categories = [ "web-programming", "algorithms", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/CaioOliveira793/idempotent-resource-ops" resolver = "2" [dependencies] [dev-dependencies.time] version = "0.3.17" features = ["std"] default-features = false [features] default = [] std = []