licenses.dev

bgpkit-commons v0.10.2

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 MIT55
PackageRelationDependenciesPublished
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.11.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.20.2A fast bump allocation arena for Rust.INDIRECT0
cc • 1.2.57A 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. INDIRECT2
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.44Date and time library for RustDIRECT37
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
filetime • 0.2.27Platform-agnostic accessors of timestamps in File metadata INDIRECT6
find-msvc-tools • 0.1.9Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT3
iana-time-zone • 0.1.62get the IANA time zone for the current systemINDIRECT31
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.17Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.91Bindings 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.183Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.29A 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. INDIRECT5
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.32A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
plain • 0.2.3A small Rust library that allows users to reinterpret data of certain types safely.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
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
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. DIRECT8
thiserror-impl • 2.0.18Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.18derive(Error)DIRECT5
wasm-bindgen-macro-support • 0.2.114Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.114Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.114Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.114Easy 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. INDIRECT6
MIT9
PackageRelationDependenciesPublished
dotenvy • 0.15.7A well-maintained fork of the dotenv crateINDIRECT0
ipnet-trie • 0.3.0IPv4 and IPv6 network fast lookup trie. DIRECT10
libredox • 0.1.14Redox stable ABIINDIRECT4
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. DIRECT20
redox_syscall • 0.7.3A Rust library to access raw Redox system callsINDIRECT1
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
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.0Provides 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 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
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.2 version:

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