licenses.dev

include v0.1.0

include c code in rust files using macros

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

Apache-2.0 OR MIT107
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
anyhow • 1.0.98Flexible concrete Error type built on std::error::ErrorDIRECT0
arc-swap • 1.7.1Atomically swappable ArcINDIRECT0
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.9.1A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
c2rust-ast-printer • 0.20.0Customized version of libsyntax rust pretty-printerINDIRECT6
cc • 1.2.27A 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. INDIRECT1
cexpr • 0.6.0A C expression parser and evaluatorINDIRECT3
cfg-if • 1.0.1A 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
cmake • 0.1.54A build dependency for running `cmake` to build a native library INDIRECT2
cpufeatures • 0.2.17Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
dtoa • 1.0.10Fast floating point primitive to string conversionINDIRECT0
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
encode_unicode • 1.0.0UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
env_logger • 0.10.2A logging implementation for `log` which is configured via an environment variable. INDIRECT1
errno • 0.3.13Cross-platform interface to the `errno` variable.INDIRECT11
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.INDIRECT19
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
glob • 0.3.2Support for matching file paths against Unix shell style patterns. INDIRECT0
half • 1.8.3Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
hermit-abi • 0.5.2Hermit system calls definitions.INDIRECT0
home • 0.5.11Shared definitions of home directories.INDIRECT10
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT8
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
libc • 0.2.174Raw FFI bindings to platform libraries like libc.DIRECT0
log-reroute • 0.1.8Support to change logging target for the log crateINDIRECT3
log • 0.4.27A lightweight logging facade for Rust INDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
pathdiff • 0.2.3Library for diffing paths to obtain relative pathsINDIRECT0
peeking_take_while • 0.1.2Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.INDIRECT0
pest_derive • 2.5.7pest's derive macroINDIRECT21
pest_generator • 2.5.7pest code generatorINDIRECT20
pest_meta • 2.5.7pest meta language parser and validatorINDIRECT19
pest • 2.5.7The Elegant ParserINDIRECT7
prettyplease • 0.1.25A minimal `syn` syntax tree pretty-printerINDIRECT4
prettyplease • 0.2.17A minimal `syn` syntax tree pretty-printerINDIRECT4
print_bytes • 1.2.0Print bytes as losslessly as possible INDIRECT9
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.DIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rand_core • 0.9.3Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.9.1Random number generators and other randomness functionality. DIRECT1
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc-demangle • 0.1.25Rust compiler symbol demangling. INDIRECT0
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
rustversion • 1.0.21Conditional compilation according to rustc compiler versionINDIRECT0
serde_bytes • 0.11.17Optimized handling of `&[u8]` and `Vec<u8>` for SerdeINDIRECT6
serde_cbor • 0.11.2CBOR support for serde.INDIRECT7
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
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 codeDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
typenum • 1.18.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.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
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.53.0Import 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_gnu • 0.53.0Import 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_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-sys • 0.60.2Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
windows-targets • 0.53.2Import libs for WindowsINDIRECT8
MIT11
PackageRelationDependenciesPublished
console • 0.15.11A terminal and console abstraction for RustINDIRECT13
fern • 0.6.2Simple, efficient loggingINDIRECT19
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
handlebars • 4.5.0Handlebars templating implemented in Rust.INDIRECT29
is-terminal • 0.4.16Test whether a given stream is a terminalINDIRECT12
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
serde_bencode • 0.2.4A Serde backed Bencode encoding/decoding library for Rust.INDIRECT7
strum_macros • 0.24.3Helpful macros for working with enums and stringsINDIRECT6
strum • 0.24.1Helpful macros for working with enums and stringsINDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
which • 4.4.2A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.INDIRECT37
BSD-3-Clause7
PackageRelationDependenciesPublished
bindgen • 0.65.1Automatically generates Rust FFI bindings to C and C++ libraries.INDIRECT61
c2rust-ast-builder • 0.20.0Rust AST builder support crate for the C2Rust projectINDIRECT4
c2rust-ast-exporter • 0.20.0Clang AST extraction API for use in the C2Rust projectINDIRECT72
c2rust-bitfields-derive • 0.20.0C-compatible struct bitfield derive implementation used in the C2Rust projectINDIRECT4
c2rust-bitfields • 0.20.0C-compatible struct bitfield implementation used in the C2Rust projectINDIRECT5
c2rust-build-paths • 0.20.0C2Rust utilities related to build paths, primarily at build timeINDIRECT10
include_c2rust-transpile • 0.1.0C2Rust transpiler implementationDIRECT131
Apache-2.03
PackageRelationDependenciesPublished
clang-sys • 1.8.1Rust bindings for libclang.INDIRECT13
insta • 1.43.1A snapshot testing library for RustDIRECT15
similar • 2.7.0A diff library for RustINDIRECT0
MPL-2.02
PackageRelationDependenciesPublished
colored • 1.9.4The most simple way to add colors in your terminalINDIRECT17
colored • 2.2.0The most simple way to add colors in your terminalINDIRECT11
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
memchr • 2.7.5Provides 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
linux-raw-sys • 0.4.15Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
ISC1
PackageRelationDependenciesPublished
libloading • 0.8.8Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/cargo/include/0.1.0)](https://licenses.dev/cargo/include/0.1.0)
<a href="https://licenses.dev/cargo/include/0.1.0">
  <img src="https://licenses.dev/b/cargo/include/0.1.0" alt="licenses" />
</a>
GitHub