# 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 = "worker-ratelimit" version = "0.4.0" authors = ["kpcyrd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "General purpose rate limiting library for Cloudflare Workers" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/kpcyrd/worker-ratelimit" [lib] name = "worker_ratelimit" path = "src/lib.rs" [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.58" [dependencies.worker] version = "0.3" optional = true [dependencies.worker-kv] version = "0.7" [features] default = ["worker-sdk"] worker-sdk = ["worker"]