licenses.dev

abscissa v0.9.0

Application microframework with support for command-line option parsing, configuration, error handling, logging, and terminal interactions. This crate contains a CLI utility for generating new applications.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT35
PackageRelationDependenciesPublished
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer types for block processing of dataINDIRECT3
cfg-if • 1.0.4A 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
clap_lex • 0.3.3Minimal, flexible command line parserINDIRECT1
clap • 4.1.13A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT3
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.7Common traits used by cryptographic algorithmsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
fs-err • 3.3.0A drop-in replacement for std::fs with more helpful error messages.INDIRECT1
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.DIRECT0
itoa • 1.0.17Fast integer primitive to string conversionINDIRECT0
libc • 0.2.183Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.29A lightweight logging facade for Rust INDIRECT0
once_cell • 1.21.4Single assignment cells and lazy values.DIRECT0
os_str_bytes • 6.6.1Lossless functionality for platform-native strings INDIRECT0
pest_derive • 2.8.6pest's derive macroINDIRECT19
pest_generator • 2.8.6pest code generatorINDIRECT18
pest_meta • 2.8.6pest meta language parser and validatorINDIRECT13
pest • 2.8.6The Elegant ParserINDIRECT2
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)INDIRECT2
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. INDIRECT3
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
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.19.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
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wait-timeout • 0.2.1A crate to wait on a child process with a timeout specified across Unix and Windows platforms. INDIRECT1
Apache-2.05
PackageRelationDependenciesPublished
abscissa_core • 0.9.0Application microframework with support for command-line option parsing, configuration, error handling, logging, and terminal interactions. This crate contains the framework's core functionality. DIRECT17
abscissa_derive • 0.9.0Custom derive support for the abscissa application microframeworkINDIRECT6
canonical-path • 2.0.2Path and PathBuf-like types for representing canonical filesystem pathsINDIRECT0
num-modular • 0.6.1Implementation of efficient integer division and modular arithmetic operations with generic number types. Supports various backends including num-bigint, etc.. INDIRECT0
num-order • 1.2.0Numerically consistent `Eq`, `Ord` and `Hash` implementations for various `num` types (`u32`, `f64`, `num_bigint::BigInt`, etc.)INDIRECT1
MIT3
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
handlebars • 6.2.0Handlebars templating implemented in Rust.DIRECT30
synstructure • 0.13.2Helper methods and macros for custom derivesINDIRECT4
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.0Provides 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 BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.9.0 version:

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