licenses.dev

leaky-bucket v0.3.1

A token-based rate limiter based on the leaky bucket algorithm.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT51
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 0.1.10A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
crossbeam-utils • 0.7.2Utilities for concurrent programmingINDIRECT3
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel-preview • 0.3.0-alpha.18Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core-preview • 0.3.0-alpha.18The core traits and types in for the `futures` library. INDIRECT0
futures-executor-preview • 0.3.0-alpha.18Executors for asynchronous tasks based on the futures-rs library. INDIRECT36
futures-io-preview • 0.3.0-alpha.18The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. INDIRECT0
futures-join-macro-preview • 0.3.0-alpha.18Definition of the `join!` macro and the `try_join!` macro. INDIRECT5
futures-preview • 0.3.0-alpha.18An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT37
futures-select-macro-preview • 0.3.0-alpha.18The `select!` macro for waiting on multiple different `Future`s at once and handling the first one to complete. INDIRECT5
futures-sink-preview • 0.3.0-alpha.18The asynchronous `Sink` trait for the futures-rs library. INDIRECT1
futures-util-preview • 0.3.0-alpha.18Common utilities and extension traits for the futures-rs library. INDIRECT33
futures • 0.1.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT0
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.22A lightweight logging facade for Rust DIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
parking_lot_core • 0.6.3An advanced API for creating custom synchronization primitives.INDIRECT13
parking_lot • 0.9.0More compact and efficient implementations of the standard synchronization primitives.DIRECT16
pin-project-lite • 0.1.12A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning DIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro-nested • 0.1.7Support for nested proc-macro-hack invocationsINDIRECT0
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT15
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
semver-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackINDIRECT1
syn • 0.15.44Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT9
PackageRelationDependenciesPublished
bytes • 0.5.6Types and traits for working with bytesINDIRECT0
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
tokio-executor • 0.1.10Future execution primitives INDIRECT5
tokio-executor • 0.2.0-alpha.5Future execution primitives INDIRECT34
tokio-sync • 0.2.0-alpha.5Synchronization utilities. INDIRECT35
tokio-timer • 0.2.13Timer facilities for Tokio DIRECT7
tokio-timer • 0.3.0-alpha.5Timer facilities for Tokio DIRECT40
tokio • 0.2.25An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT2
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/leaky-bucket)](https://licenses.dev/cargo/leaky-bucket)
<a href="https://licenses.dev/cargo/leaky-bucket">
  <img src="https://licenses.dev/b/cargo/leaky-bucket" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.1 version:

[![licenses](https://licenses.dev/b/cargo/leaky-bucket/0.3.1)](https://licenses.dev/cargo/leaky-bucket/0.3.1)
<a href="https://licenses.dev/cargo/leaky-bucket/0.3.1">
  <img src="https://licenses.dev/b/cargo/leaky-bucket/0.3.1" alt="licenses" />
</a>
GitHub