licenses.dev

bgpkit-commons v0.10.3

A library for common BGP-related data and functions.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT56
PackageRelationDependenciesPublished
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cc • 1.0.99A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT8
cfg-if • 1.0.4A 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
chrono • 0.4.45Date and time library for RustDIRECT40
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
filetime • 0.2.29Platform-agnostic accessors of timestamps in File metadata INDIRECT2
getrandom • 0.3.4A small cross-platform library for retrieving random data from system sourceINDIRECT5
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT9
iana-time-zone • 0.1.62get the IANA time zone for the current systemINDIRECT34
ipnet • 2.12.0Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.DIRECT6
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
jobserver • 0.1.34An implementation of the GNU Make jobserver for Rust. INDIRECT6
js-sys • 0.3.100Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT12
libc • 0.2.186Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.32A lightweight logging facade for Rust INDIRECT0
lzma-sys • 0.1.20Raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding. High level Rust bindings are available in the `xz2` crate. INDIRECT10
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
pkg-config • 0.3.33A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
prefix-trie • 0.6.0Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.INDIRECT2
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
rustversion • 1.0.22Conditional compilation according to rustc compiler versionINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.117Parser for Rust source codeINDIRECT2
tar • 0.4.40A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. DIRECT4
thiserror-impl • 2.0.18Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.18derive(Error)DIRECT5
wasm-bindgen-macro-support • 0.2.123Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.123Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.123Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.123Easy support for interacting between JS and Rust. INDIRECT11
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-core • 0.52.0Core type support for COM and WindowsINDIRECT9
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
xattr • 1.1.1unix extended filesystem attributesINDIRECT1
xz2 • 0.1.7Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. INDIRECT11
zstd-safe • 7.2.4Safe low-level bindings for the zstd compression library.INDIRECT11
zstd-sys • 2.0.16+zstd.1.5.7Low-level bindings for the zstd compression library.INDIRECT10
MIT9
PackageRelationDependenciesPublished
bytes • 1.11.1Types and traits for working with bytesINDIRECT0
dotenvy • 0.15.7A well-maintained fork of the dotenv crateINDIRECT0
ipnet-trie • 0.3.0IPv4 and IPv6 network fast lookup trie. DIRECT10
oneio • 0.20.1OneIO is a Rust library that provides unified simple IO interface for reading and writing to and from data files from different sources and compressions. DIRECT25
tracing-attributes • 0.1.23Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.36Core primitives for application-level tracing. INDIRECT1
tracing-subscriber • 0.3.23Utilities for implementing and composing `tracing` subscribers. DIRECT2
tracing • 0.1.37Application-level tracing for Rust. DIRECT9
zstd • 0.13.3Binding for the zstd compression library.DIRECT12
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.1Provides 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 MIT OR Apache-2.0 WITH LLVM-exception2
PackageRelationDependenciesPublished
wasip2 • 1.0.3+wasi-0.2.9WASIp2 API bindings for RustINDIRECT1
wit-bindgen • 0.57.1Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model. INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
bcder • 0.7.7Handling of data encoded in BER, CER, and DER.DIRECT2
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
PackageRelationDependenciesPublished
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and DefinitionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.10.3 version:

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