licenses.dev

svgbob v0.6.6

Transform your ascii diagrams into happy little SVG

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT38
PackageRelationDependenciesPublished
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. INDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
json • 0.12.4JSON implementation in RustINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libm • 0.2.8libm in pure RustINDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
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
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT3
num-derive • 0.3.3Numeric syntax extensionsINDIRECT4
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
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.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
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. INDIRECT14
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
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
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.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)INDIRECT5
typenum • 1.17.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
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. DIRECT0
MIT11
PackageRelationDependenciesPublished
doc-comment • 0.3.3Macro to generate doc commentsINDIRECT0
jss • 0.5.1Create dynamic css easily using json notationINDIRECT25
mt-dom • 0.15.0A library for generating patches as a result diffing virtual DOM treeINDIRECT1
phf_generator • 0.10.0PHF generation logicINDIRECT17
phf_macros • 0.10.0Macros to generate types in the phf crateINDIRECT20
phf_shared • 0.10.0Support code shared by PHF librariesINDIRECT1
phf • 0.10.1Runtime support for perfect hash function data structuresINDIRECT21
pom • 3.2.0PEG parser combinators using operator overloading without macros.DIRECT0
sauron-core • 0.45.2An html library for building client side webappsINDIRECT31
sauron • 0.45.2A versatile web framework and library for building client-side and/or server-side web applicationsDIRECT32
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
Apache-2.04
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT3
nalgebra-macros • 0.1.0Procedural macros for nalgebraINDIRECT4
parry2d • 0.8.02 dimensional collision detection library in Rust.DIRECT29
simba • 0.7.3SIMD algebra for RustINDIRECT9
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
safe_arch • 0.7.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.7.28A crate to help you go wide.INDIRECT2
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-3-Clause1
PackageRelationDependenciesPublished
nalgebra • 0.30.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT20
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT3
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
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.6 version:

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