licenses.dev

asn1-rs v0.3.1

Parser/encoder for ASN.1 BER/DER data

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT61
PackageRelationDependenciesPublished
asn1-rs-derive • 0.1.0Derive macros for the `asn1-rs` crateDIRECT6
asn1-rs-impl • 0.1.0Implementation details for the `asn1-rs` crateDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
basic-toml • 0.1.9Minimal TOML library with few dependenciesINDIRECT6
displaydoc • 0.2.5A derive macro for implementing the display Trait via a doc comment and string interpolation DIRECT4
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT17
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
hex-literal • 0.3.4Macro for converting hexadecimal string to a byte array at compile timeDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
num-bigint • 0.4.6Big integer implementation for RustDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
oid-registry • 0.3.0Object Identifier (OID) databaseDIRECT78
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rusticata-macros • 4.1.0Helper macros for RusticataDIRECT3
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)DIRECT5
time-macros • 0.2.4 Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. INDIRECT0
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].DIRECT4
trybuild • 1.0.89Test harness for ui tests of compiler diagnosticsDIRECT25
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT10
PackageRelationDependenciesPublished
bitvec • 1.0.1Addresses memory by bits, for packed collections and bitfieldsDIRECT4
cookie-factory • 0.3.3nom inspired serialization libraryDIRECT18
funty • 2.0.0Trait generalization over the primitive typesINDIRECT0
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryDIRECT2
pem • 1.1.1Parse and encode PEM-encoded data.DIRECT1
radium • 0.7.0Portable interfaces for maybe-atomic typesINDIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
tap • 1.0.1Generic extensions for tapping values in RustINDIRECT0
wyz • 0.5.1myrrlyn’s utility collectionINDIRECT1
MIT OR Unlicense3
PackageRelationDependenciesPublished
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
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
MPL-2.01
PackageRelationDependenciesPublished
colored • 2.1.0The most simple way to add colors in your terminalDIRECT10
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/asn1-rs)](https://licenses.dev/cargo/asn1-rs)
<a href="https://licenses.dev/cargo/asn1-rs">
  <img src="https://licenses.dev/b/cargo/asn1-rs" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.1 version:

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