# 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 = "rl-core" version = "1.15.0" authors = ["Kevin Cox "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core logic for a token-bucket rate-limiter." homepage = "https://gitlab.com/kevincox/rl-core" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/kevincox/rl-core" [lib] name = "rl_core" path = "src/lib.rs" [dependencies.serde] version = "1.0.132" features = ["derive"] optional = true [dependencies.tokio] version = "1.39.2" features = ["time"] optional = true [dev-dependencies.serde_json] version = "1.0.81"