licenses.dev

typescript-definitions-derive v0.1.9

serde support for exporting Typescript definitions

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT93
PackageRelationDependenciesPublished
addr2line • 0.25.1A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
android_system_properties • 0.1.6Minimal Android system properties wrapperINDIRECT1
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.76A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT10
base64 • 0.10.1encodes and decodes base64 as bytes or utf8INDIRECT1
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.13.2A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cc • 1.4.6A 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.5A 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 RustINDIRECT38
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
encode_unicode • 0.3.6UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.INDIRECT18
find-msvc-tools • 0.1.12Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. INDIRECT4
gimli • 0.32.3A library for reading and writing the DWARF debugging format.INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT3
iana-time-zone • 0.1.65get the IANA time zone for the current systemINDIRECT33
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.105Bindings 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. INDIRECT17
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.34A lightweight logging facade for Rust INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
object • 0.37.3A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.INDIRECT9
pest_derive • 2.9.1pest's derive macroINDIRECT9
pest_generator • 2.9.1pest code generatorINDIRECT8
pest_meta • 2.9.1pest meta language parser and validatorINDIRECT3
pest • 2.9.1The Elegant ParserINDIRECT2
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
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.DIRECT1
proc-macro2 • 1.0.107A 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!(...)DIRECT2
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.1.1ChaCha random number generator INDIRECT4
rand_core • 0.3.2Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.3Core random number generator traits and tools for implementation. INDIRECT0
rand_hc • 0.1.0HC128 random number generator INDIRECT2
rand_isaac • 0.1.1ISAAC random number generator INDIRECT2
rand_jitter • 0.1.4Random number generator based on timing jitterINDIRECT5
rand_os • 0.1.3OS backed Random Number GeneratorINDIRECT10
rand_pcg • 0.1.2Selected PCG random number generatorsINDIRECT3
rand_xorshift • 0.1.1Xorshift random number generator INDIRECT2
rand • 0.6.5Random number generators and other randomness functionality. INDIRECT19
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
ron • 0.4.2Rusty Object NotationINDIRECT9
rustc-demangle • 0.1.28Rust compiler symbol demangling. INDIRECT0
rustversion • 1.0.23Conditional compilation according to rustc compiler versionINDIRECT0
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
serde_derive_internals • 0.24.1AST representation used by Serde derive macros. Unstable.DIRECT4
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde_yaml • 0.8.26YAML data format for SerdeINDIRECT12
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
shlex • 2.0.1Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.16.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 0.15.44Parser for Rust source codeDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
syn • 3.0.6Parser for Rust source codeINDIRECT2
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
uuid • 0.7.4A library to generate and parse UUIDs.INDIRECT26
wasm-bindgen-macro-support • 0.2.128Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.128Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.128Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.128Easy support for interacting between JS and Rust. INDIRECT11
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
windows-core • 0.62.2Core type support for COM and WindowsINDIRECT9
windows-implement • 0.60.2The implement macro for the Windows cratesINDIRECT4
windows-interface • 0.59.3The interface macro for the Windows cratesINDIRECT4
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-result • 0.4.1Windows error handlingINDIRECT1
windows-strings • 0.5.1Windows string typesINDIRECT1
yaml-rust • 0.4.5The missing YAML 1.2 parser for rustINDIRECT1
MIT8
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
clicolors-control • 1.0.1A common utility library to control CLI colorizationINDIRECT7
console • 0.7.7A terminal and console abstraction for RustINDIRECT24
difference • 2.0.0A Rust text diffing and assertion library.INDIRECT0
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
termios • 0.3.3Safe bindings for the termios library.INDIRECT1
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 1.1.5Fast multiple substring searching.INDIRECT0
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.8.3Provides 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.02
PackageRelationDependenciesPublished
ci_info • 0.3.1Provides current CI environment information.INDIRECT0
insta • 0.6.3A snapshot testing library for RustDIRECT107
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.9DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.26Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.9 version:

[![licenses](https://licenses.dev/b/cargo/typescript-definitions-derive/0.1.9)](https://licenses.dev/cargo/typescript-definitions-derive/0.1.9)
<a href="https://licenses.dev/cargo/typescript-definitions-derive/0.1.9">
  <img src="https://licenses.dev/b/cargo/typescript-definitions-derive/0.1.9" alt="licenses" />
</a>
GitHub