licenses.dev

good-ormning v0.3.3

Maybe an ORM

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

Apache-2.0 OR MIT95
PackageRelationDependenciesPublished
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
arrayvec • 0.5.2A 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.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.9.1A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.19.0A fast bump allocation arena for Rust.INDIRECT0
cargo-manifest • 0.15.2Helper crate to parse and manipulate manifests - `Cargo.toml` files.INDIRECT14
cc • 1.2.29A 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
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.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
chrono • 0.4.41Date and time library for RustDIRECT36
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
crypto-mac • 0.8.0Trait for Message Authentication Code (MAC) algorithmsINDIRECT4
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesINDIRECT3
encode_unicode • 1.0.0UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
enum_dispatch • 0.3.13Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speedDIRECT5
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
errno • 0.3.13Cross-platform interface to the `errno` variable.INDIRECT11
fallible-iterator • 0.3.0Fallible iterator traitsINDIRECT0
fallible-streaming-iterator • 0.1.9Fallible streaming iterationINDIRECT0
hashbrown • 0.14.5A Rust port of Google's SwissTable hash mapINDIRECT10
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
hashlink • 0.9.1HashMap-like containers that hold their key-value pairs in a user controllable orderINDIRECT11
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT2
iana-time-zone • 0.1.62get the IANA time zone for the current systemINDIRECT31
ibig • 0.3.6A big integer library with good performanceINDIRECT6
indexmap • 2.10.0A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.77Bindings 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. INDIRECT14
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
leb128 • 0.2.5Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.INDIRECT0
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.27A lightweight logging facade for Rust INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
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!(...)DIRECT2
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT1
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_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-hex • 2.1.0rustc-serialize compatible hex conversion traits INDIRECT0
rustversion • 1.0.21Conditional compilation according to rustc compiler versionINDIRECT0
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatINDIRECT9
serde_spanned • 0.6.9Serde-compatible spanned ValueINDIRECT6
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
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
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 2.0.104Parser for Rust source codeDIRECT2
terminal_size • 0.4.2Gets the size of your Linux or Windows terminalINDIRECT25
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
toml_datetime • 0.6.11A TOML-compatible datetime typeINDIRECT6
toml • 0.8.23A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT11
triomphe • 0.1.14A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)INDIRECT0
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
uint • 0.8.5Large fixed-size integer arithmeticINDIRECT4
unicode-id • 0.3.5Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
unicode-width • 0.2.1Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.100Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.100The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.100Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.100Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.100Easy support for interacting between JS and Rust. INDIRECT13
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.53.0Import 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.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.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.53.0Import 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.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows-core • 0.52.0Rust for WindowsINDIRECT9
windows-link • 0.1.3Linking for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-sys • 0.60.2Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
windows-targets • 0.53.2Import libs for WindowsINDIRECT8
MIT12
PackageRelationDependenciesPublished
console • 0.15.11A terminal and console abstraction for RustINDIRECT14
convert_case • 0.4.0Convert strings into any caseINDIRECT0
crunchy • 0.2.4Crunchy unroller: deterministically unroll constant loopsINDIRECT0
derive_more • 0.99.20Adds #[derive(x)] macros for more traitsINDIRECT7
firestorm • 0.5.1A low overhead intrusive flamegraph profiler.INDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
libsqlite3-sys • 0.30.1Native bindings to the libsqlite3 libraryINDIRECT2
markdown • 1.0.0-alpha.21CommonMark compliant markdown parser in Rust with ASTs and extensionsINDIRECT1
rusqlite • 0.32.1Ergonomic wrapper for SQLiteDIRECT19
smawk • 0.3.2Functions for finding row-minima in a totally monotone matrix.INDIRECT0
stable-hash • 0.4.3A stable, structured hash with backward compatibilityDIRECT28
textwrap • 0.16.2Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.INDIRECT29
ISC4
PackageRelationDependenciesPublished
flowcontrol • 0.2.3Utilities for clarifying and simplifying control flowDIRECT0
genemichaels-lib • 0.5.11Makes your code formatty, the libraryDIRECT84
loga • 0.5.4Combined logging and error handlingINDIRECT59
samevariant • 0.0.4Derive enum of same-variant pairsDIRECT85
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
MPL-2.02
PackageRelationDependenciesPublished
archery • 1.2.1Abstract over the atomicity of reference-counting pointersINDIRECT1
rpds • 1.1.1Persistent data structures with structural sharingDIRECT2
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2
PackageRelationDependenciesPublished
linux-raw-sys • 0.9.4Generated bindings for Linux's userspace APIINDIRECT0
rustix • 1.0.7Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT24
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.26Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.26Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.0 OR CC0-1.01
PackageRelationDependenciesPublished
blake3 • 0.3.8the BLAKE3 hash functionINDIRECT12
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
BSL-1.01
PackageRelationDependenciesPublished
xxhash-rust • 0.8.15Implementation of xxhashINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
unicode-linebreak • 0.1.5Implementation of the Unicode Line Breaking AlgorithmINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.3 version:

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