licenses.dev

stateroom-cli v0.2.0

Command-line tool for developing Stateroom applications

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT178
PackageRelationDependenciesPublished
actix_derive • 0.6.2Derive macros for `actix` actorsINDIRECT4
actix-codec • 0.5.2Codec utilities for working with framed protocolsINDIRECT49
actix-files • 0.6.6Static file serving for Actix WebINDIRECT141
actix-http • 3.7.0HTTP types and services for the Actix ecosystemINDIRECT110
actix-macros • 0.2.4Macros for Actix system and runtimeINDIRECT4
actix-router • 0.5.2Resource path matching and routerINDIRECT21
actix-rt • 2.10.0Tokio-based single-threaded async runtime for the Actix ecosystemINDIRECT40
actix-server • 2.5.0General purpose TCP server built for the Actix ecosystemINDIRECT55
actix-service • 2.0.2Service trait and combinators for representing asynchronous request/response operations.INDIRECT3
actix-utils • 3.0.1Various utilities used in the Actix ecosystemINDIRECT2
actix-web-actors • 4.3.1+deprecatedActix actors support for Actix WebINDIRECT141
actix-web-codegen • 4.3.0Routing and runtime macros for Actix WebINDIRECT22
actix • 0.13.5Actor framework for RustINDIRECT54
addr2line • 0.17.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT12
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
ahash • 0.8.11A non-cryptographic hash function using AES-NI for high performanceINDIRECT13
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorDIRECT0
async-trait • 0.1.83Type erasure for async trait methodsINDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT12
base64 • 0.21.7encodes and decodes base64 as bytes or utf8INDIRECT0
base64 • 0.22.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
bytestring • 1.4.0A UTF-8 encoded read-only string using `Bytes` as storageINDIRECT1
camino • 1.1.9UTF-8 pathsINDIRECT6
cargo-platform • 0.1.9Cargo's representation of a target platform.INDIRECT6
cc • 1.0.99A 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. INDIRECT3
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
clap_derive • 3.2.25Parse command line argument by defining a struct, derive crate.INDIRECT8
clap_lex • 0.2.4Minimal, flexible command line parserINDIRECT1
clap • 3.2.25A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT39
cookie • 0.16.2HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars. INDIRECT7
cpp_demangle • 0.3.5A crate for demangling C++ symbolsINDIRECT1
cpufeatures • 0.2.16Lightweight 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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-channel • 0.5.14Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.INDIRECT16
dirs • 4.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.INDIRECT17
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
errno • 0.2.8Cross-platform interface to the `errno` variable.INDIRECT8
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
fallible-iterator • 0.2.0Fallible iterator traitsINDIRECT0
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT4
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.26.2A library for reading and writing the DWARF debugging format.INDIRECT11
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.3.3heck is a case conversion library.INDIRECT1
heck • 0.4.1heck is a case conversion library.INDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
http • 0.2.12A set of types for representing HTTP requests and responses. INDIRECT3
httparse • 1.9.5A tiny, safe, speedy, zero-copy HTTP/1.x parser.INDIRECT0
httpdate • 1.0.3HTTP date parsing and formattingINDIRECT0
id-arena • 2.2.1A simple, id-based arena.INDIRECT0
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT8
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
interactive_process • 0.1.3A tiny Rust library for interacting with a running process over `stdio`.INDIRECT0
ipnet • 2.10.1Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.INDIRECT0
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
language-tags • 0.3.2Language tags for RustINDIRECT0
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.169Raw FFI bindings to platform libraries like libc. INDIRECT0
local-channel • 0.1.5A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queueINDIRECT3
local-waker • 0.1.4A synchronization primitive for thread-local task wakeupINDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
maybe-owned • 0.3.4provides a `MaybeOwned` (and `MaybeOwnedMut`) type similar to std's `Cow` but it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`INDIRECT0
mime • 0.3.17Strongly Typed MimesINDIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
object • 0.27.1A unified interface for reading and writing object file formats.INDIRECT12
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
os_str_bytes • 6.6.1Lossless functionality for platform-native strings INDIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
psm • 0.1.23Portable Stack Manipulation: stack manipulation and introspection routinesINDIRECT4
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
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
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 compilerINDIRECT7
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
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.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatINDIRECT9
serde_urlencoded • 0.7.1`x-www-form-urlencoded` meets SerdeINDIRECT10
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
sha1 • 0.10.6SHA-1 hash functionINDIRECT9
shellexpand • 2.1.2Shell-like expansions in stringsINDIRECT18
signal-hook-registry • 1.4.2Backend crate for signal-hookINDIRECT1
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.5.8Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
stateroom-server • 0.2.9Actix server actor implementation of Stateroom servicesDIRECT148
stateroom-stdio • 0.2.9Stateroom service that hosts a local system process.DIRECT12
stateroom-wasm-host • 0.2.2A Stateroom service implementation that takes a WebAssembly module and delegates behavior to it.DIRECT143
stateroom • 0.2.8A lightweight framework for building WebSocket services.DIRECT6
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
tempfile • 3.14.0A library for managing temporary files and directories.INDIRECT18
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
time-macros • 0.2.4 Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. INDIRECT0
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT4
toml • 0.5.11A 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. DIRECT6
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
unicase • 2.8.0A case-insensitive wrapper around strings.INDIRECT0
unicode-bidi • 0.3.18Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
url • 2.5.4URL library for Rust, based on the WHATWG URL StandardINDIRECT12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]INDIRECT0
v_htmlescape • 0.15.8The simd optimized HTML escaping codeINDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
walrus-macro • 0.19.0Internal macros used by the `walrus` crate, not for public consumption. INDIRECT6
walrus • 0.20.3A library for performing WebAssembly transformations INDIRECT22
wasm-bindgen-cli-support • 0.2.92Shared support for the wasm-bindgen-cli package, an internal dependency DIRECT54
wasm-bindgen-externref-xform • 0.2.92Internal externref transformations for wasm-bindgen INDIRECT23
wasm-bindgen-multi-value-xform • 0.2.92Internal multi-value transformations for wasm-bindgen INDIRECT23
wasm-bindgen-shared • 0.2.92Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen-threads-xform • 0.2.92Support for threading-related transformations in wasm-bindgen INDIRECT24
wasm-bindgen-wasm-conventions • 0.2.92Utilities for working with Wasm codegen conventions (usually established by LLVM/lld)INDIRECT23
wasm-bindgen-wasm-interpreter • 0.2.92Micro-interpreter optimized for wasm-bindgen's use case INDIRECT24
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.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
zstd-safe • 7.2.1Safe low-level bindings for the zstd compression library.INDIRECT6
zstd-sys • 2.0.13+zstd.1.5.6Low-level bindings for the zstd compression library.INDIRECT5
MIT29
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
bytes • 1.9.0Types and traits for working with bytesINDIRECT0
cargo_metadata • 0.14.2structured access to the output of `cargo metadata`DIRECT13
convert_case • 0.4.0Convert strings into any caseINDIRECT0
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT9
errno-dragonfly • 0.1.2Exposes errno functionality to stable Rust on DragonFlyBSDINDIRECT4
fs_extra • 1.3.0Expanding std::fs and std::io. Recursively copy folders with information about process and much more.DIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
h2 • 0.3.26An HTTP/2 client and serverINDIRECT59
http-range • 0.1.5HTTP Range header parserINDIRECT0
libredox • 0.1.3Redox stable ABIINDIRECT2
matchers • 0.1.0Regex matching on character and byte streams. INDIRECT2
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
mime_guess • 2.0.5A simple crate for detection of a file's MIME type by its extension.INDIRECT2
mio • 1.0.3Lightweight non-blocking I/O.INDIRECT13
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
region • 2.2.0Cross-platform virtual memory APIINDIRECT6
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
textwrap • 0.16.1Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.INDIRECT0
tokio-util • 0.7.13Additional utilities for working with Tokio. INDIRECT41
tokio • 1.42.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT38
tracing-attributes • 0.1.28Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.33Core primitives for application-level tracing. INDIRECT1
tracing-subscriber • 0.3.19Utilities for implementing and composing `tracing` subscribers. DIRECT18
tracing • 0.1.41Application-level tracing for Rust. DIRECT9
zstd • 0.13.2Binding for the zstd compression library.INDIRECT7
Apache-2.0 WITH LLVM-exception28
PackageRelationDependenciesPublished
cranelift-bforest • 0.80.1A forest of B+-treesINDIRECT7
cranelift-codegen-meta • 0.80.1Metaprogram for cranelift-codegen code generator libraryINDIRECT1
cranelift-codegen-shared • 0.80.1For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.80.1Low-level code generator libraryINDIRECT21
cranelift-entity • 0.80.1Data structures using entity references as mapping keysINDIRECT6
cranelift-frontend • 0.80.1Cranelift IR builder helperINDIRECT22
cranelift-native • 0.80.1Support for targeting the host with CraneliftINDIRECT23
cranelift-wasm • 0.80.1Translator from WebAssembly to Cranelift IRINDIRECT29
regalloc • 0.0.33Modular register allocation algorithmsINDIRECT3
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsINDIRECT0
wasi-cap-std-sync • 0.33.1WASI implementation in RustINDIRECT140
wasi-common • 0.33.1WASI implementation in RustINDIRECT134
wasm-encoder • 0.29.0A low-level WebAssembly encoder. INDIRECT1
wasmparser • 0.80.2A simple event-driven library for parsing WebAssembly binary files. INDIRECT0
wasmparser • 0.81.0A simple event-driven library for parsing WebAssembly binary files. INDIRECT0
wasmtime-cranelift • 0.33.1Integration between Cranelift and WasmtimeINDIRECT39
wasmtime-environ • 0.33.1Standalone environment support for WebAsssembly code in CraneliftINDIRECT25
wasmtime-fiber • 0.33.1Fiber support for WasmtimeINDIRECT14
wasmtime-jit • 0.33.1JIT-style execution for WebAsssembly code in CraneliftINDIRECT64
wasmtime-runtime • 0.33.1Runtime library support for WasmtimeINDIRECT61
wasmtime-types • 0.33.1WebAssembly type definitions for CraneliftINDIRECT10
wasmtime-wasi • 0.33.1WASI implementation in RustINDIRECT141
wasmtime • 0.33.1High-level API to expose the Wasmtime runtimeINDIRECT93
wast • 35.0.2Customizable Rust parsers for the WebAssembly Text formats WAT and WAST INDIRECT1
wiggle-generate • 0.33.1Library crate for wiggle code generator.INDIRECT27
wiggle-macro • 0.33.1Wiggle code generatorINDIRECT28
wiggle • 0.33.1Runtime components of wiggle code generatorINDIRECT111
winx • 0.30.0Windows API helper libraryINDIRECT5
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception20
PackageRelationDependenciesPublished
ambient-authority • 0.0.1Ambient AuthorityINDIRECT0
cap-fs-ext • 0.22.1Extension traits for `Dir`, `File`, etc.INDIRECT35
cap-primitives • 0.22.1Capability-based primitivesINDIRECT33
cap-rand • 0.22.1Capability-based random number generatorsINDIRECT16
cap-std • 0.22.1Capability-based version of the Rust standard libraryINDIRECT34
cap-time-ext • 0.22.1Extension traits for `SystemClock` and `MonotonicClock`INDIRECT34
fs-set-times • 0.14.2Set filesystem timestampsINDIRECT13
io-extras • 0.12.2File/socket handle/descriptor utilitiesINDIRECT4
io-lifetimes • 0.4.4A low-level I/O ownership and borrowing libraryINDIRECT3
linux-raw-sys • 0.0.36Generated bindings for Linux's userspace APIINDIRECT0
linux-raw-sys • 0.0.37Generated bindings for Linux's userspace APIINDIRECT0
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.31.3Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT13
rustix • 0.32.1Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT12
rustix • 0.38.42Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT14
system-interface • 0.17.1Extensions to the Rust standard libraryINDIRECT38
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasm-encoder • 0.218.0A low-level WebAssembly encoder. INDIRECT1
wast • 218.0.0Customizable Rust parsers for the WebAssembly Text formats WAT and WAST INDIRECT5
wat • 1.218.0Rust parser for the WebAssembly Text format, WAT INDIRECT6
MIT OR Unlicense6
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.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
regex-automata • 0.1.10Automata construction and matching using regular expressions.INDIRECT1
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib4
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.1`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.0.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-3-Clause OR MIT2
PackageRelationDependenciesPublished
brotli-decompressor • 4.0.1A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli INDIRECT2
brotli • 6.0.0A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.INDIRECT3
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
0BSD OR Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
alloc-no-stdlib • 2.0.4A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memoryINDIRECT0
alloc-stdlib • 0.2.2A dynamic allocator example that may be used with the stdlibINDIRECT1
Apache-2.02
PackageRelationDependenciesPublished
unicode-joining-type • 0.7.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
witx • 0.9.1Parse and validate witx file formatINDIRECT10
unknown1
PackageRelationDependenciesPublished
actix-web • 4.5.1Actix Web is a powerful, pragmatic, and extremely fast web framework for RustINDIRECT136
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.35A Gecko-oriented implementation of the Encoding StandardINDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
CC0-1.01
PackageRelationDependenciesPublished
more-asserts • 0.2.2Small library providing additional assert_* and debug_assert_* macros.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.0 version:

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