licenses.dev

depict-tikz v0.1.0

tikz port for Depict

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT55
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
beef • 0.5.2More compact CowINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 0.1.10A 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
cfg-if • 1.0.0A 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
fixedbitset • 0.4.2FixedBitSet is a simple bitset collectionINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
indoc-impl • 0.3.6Indented document literalsINDIRECT6
indoc • 0.3.6Indented document literalsINDIRECT7
indoc • 1.0.9Indented document literalsDIRECT0
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
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
logos-derive • 0.12.1Create ridiculously fast LexersINDIRECT7
logos • 0.12.1Create ridiculously fast LexersINDIRECT8
matrixmultiply • 0.3.9General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT2
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
ndarray • 0.15.6An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.INDIRECT6
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.8.6An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot • 0.11.2More compact and efficient implementations of the standard synchronization primitives.INDIRECT13
paste-impl • 0.1.18Implementation detail of the `paste` crateINDIRECT1
paste • 0.1.18Macros for all your token pasting needsINDIRECT2
petgraph • 0.6.3Graph data structure library. Provides graph types and graph algorithms.DIRECT4
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pomelo-impl • 0.1.5Implementation details for pomelo, not to be used directlyINDIRECT4
pomelo • 0.1.5Implementation of the Lemon parser generator as a Rust procedural macroINDIRECT5
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.89A 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
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT14
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
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
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
smallvec • 1.13.2'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.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
thread_local • 1.1.8Per-object thread-local storageINDIRECT2
typed-index-collections • 3.2.2Typed index version of Rust slice and Vec containersINDIRECT0
unindent • 0.1.11Remove a column of leading whitespace from a stringINDIRECT0
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
MIT11
PackageRelationDependenciesPublished
convert_case • 0.4.0Convert strings into any caseINDIRECT0
depict • 0.1.0Picture systems, tell storiesDIRECT69
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryDIRECT2
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
sharded-slab • 0.1.7A lock-free concurrent slab. INDIRECT1
tracing-attributes • 0.1.27Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT1
tracing-error • 0.2.0Utilities for enriching errors with `tracing`. INDIRECT14
tracing-subscriber • 0.3.18Utilities for implementing and composing `tracing` subscribers. INDIRECT6
tracing • 0.1.40Application-level tracing for Rust. INDIRECT8
Apache-2.05
PackageRelationDependenciesPublished
pyo3-build-config • 0.15.2Build configuration for the PyO3 ecosystemINDIRECT1
pyo3-macros-backend • 0.15.2Code generation for PyO3 packageINDIRECT6
pyo3-macros • 0.15.2Proc macros for PyO3 packageINDIRECT7
pyo3 • 0.15.2Bindings to Python interpreterINDIRECT28
sorted-vec • 0.7.0Create and maintain sorted vectors and vector-backed setsINDIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
BSD-2-Clause1
PackageRelationDependenciesPublished
numpy • 0.15.1PyO3-based Rust bindings of the NumPy C-APIINDIRECT36
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
BSD-3-Clause1
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

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