licenses.dev

rustfmt-nightly v1.4.18

Tool to find and fix Rust formatting issues

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT131
PackageRelationDependenciesPublished
annotate-snippets • 0.6.1Library for building code annotationsDIRECT4
annotate-snippets • 0.8.0Library for building code annotationsINDIRECT0
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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.7.3Buffer type for block processing of dataINDIRECT5
block-padding • 0.1.5Padding and unpadding of messages divided into blocks.INDIRECT1
bstr • 0.2.17A string type that is not required to be valid UTF-8.INDIRECT1
byte-tools • 0.3.1Bytes related utility functionsINDIRECT0
bytecount • 0.6.8count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fastDIRECT0
cc • 1.2.5A 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.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
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.7.2Utilities for concurrent programmingINDIRECT3
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
diff • 0.1.13An LCS based slice and string diffing implementation.DIRECT0
digest • 0.8.1Traits for cryptographic hash functions and message authentication codesINDIRECT2
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.INDIRECT16
dirs • 2.0.2A 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.DIRECT18
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
ena • 0.14.3Union-find, congruence closure, and other unification code. Based on code from rustc.INDIRECT1
env_logger • 0.6.2A logging implementation for `log` which is configured via an environment variable. DIRECT25
fake-simd • 0.1.2Crate for mimicking simd crate on stable RustINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
getopts • 0.2.21getopts-like option parsing. DIRECT1
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
heck • 0.3.3heck is a case conversion library.INDIRECT1
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
humantime • 1.3.0 A parser and formatter for std::time::{Duration, SystemTime} INDIRECT1
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.8.2Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.22A lightweight logging facade for Rust DIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
md-5 • 0.8.0MD5 hash functionINDIRECT8
measureme • 0.7.1Support crate for rustc's self-profiling featureINDIRECT26
memmap • 0.7.0Cross-platform Rust API for memory-mapped file IOINDIRECT4
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
once_cell • 1.17.2Single assignment cells and lazy values.INDIRECT15
opaque-debug • 0.2.3Macro for opaque Debug trait implementationINDIRECT0
parking_lot_core • 0.6.3An advanced API for creating custom synchronization primitives.INDIRECT19
parking_lot_core • 0.7.3An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.10.2More compact and efficient implementations of the standard synchronization primitives.INDIRECT12
parking_lot • 0.9.0More compact and efficient implementations of the standard synchronization primitives.INDIRECT22
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.24Portable Stack Manipulation: stack manipulation and introspection routinesINDIRECT2
quick-error • 1.2.3 A macro which makes error types pleasant to write. INDIRECT0
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
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. DIRECT3
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT8
rustc-ap-rustc_arena • 664.0.0Automatically published version of the package `rustc_arena` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT70
rustc-ap-rustc_ast_passes • 664.0.0Automatically published version of the package `rustc_ast_passes` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT110
rustc-ap-rustc_ast_pretty • 664.0.0Automatically published version of the package `rustc_ast_pretty` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT91
rustc-ap-rustc_ast • 664.0.0Automatically published version of the package `rustc_ast` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT89
rustc-ap-rustc_attr • 664.0.0Automatically published version of the package `rustc_attr` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT104
rustc-ap-rustc_data_structures • 664.0.0Automatically published version of the package `rustc_data_structures` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT69
rustc-ap-rustc_errors • 664.0.0Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT94
rustc-ap-rustc_expand • 664.0.0Automatically published version of the package `rustc_expand` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT111
rustc-ap-rustc_feature • 664.0.0Automatically published version of the package `rustc_feature` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT88
rustc-ap-rustc_fs_util • 664.0.0Automatically published version of the package `rustc_fs_util` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT0
rustc-ap-rustc_graphviz • 664.0.0Automatically published version of the package `rustc_graphviz` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT0
rustc-ap-rustc_index • 664.0.0Automatically published version of the package `rustc_index` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT5
rustc-ap-rustc_lexer • 664.0.0Automatically published version of the package `rustc_lexer` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT1
rustc-ap-rustc_macros • 664.0.0Automatically published version of the package `rustc_macros` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT6
rustc-ap-rustc_parse • 664.0.0Automatically published version of the package `rustc_parse` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT106
rustc-ap-rustc_serialize • 664.0.0Automatically published version of the package `rustc_serialize` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT4
rustc-ap-rustc_session • 664.0.0Automatically published version of the package `rustc_session` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT101
rustc-ap-rustc_span • 664.0.0Automatically published version of the package `rustc_span` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish DIRECT87
rustc-ap-rustc_target • 664.0.0Automatically published version of the package `rustc_target` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish INDIRECT88
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
rustc-rayon-core • 0.3.2Core APIs for Rayon - fork for rustcINDIRECT7
rustc-rayon • 0.3.2Simple work-stealing parallelism for Rust - fork for rustcINDIRECT9
rustc-workspace-hack • 1.0.0Hack for the compiler's own build system DIRECT0
rustfmt-config_proc_macro • 0.2.0A collection of procedural macros for rustfmtDIRECT4
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
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-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT7
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha-1 • 0.8.2SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.INDIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackINDIRECT1
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
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
stacker • 0.1.17A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. INDIRECT15
structopt-derive • 0.4.18Parse command line argument by defining a struct, derive crate.INDIRECT9
structopt • 0.3.26Parse command line argument by defining a struct.DIRECT24
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
term • 0.6.1A terminal formatting library DIRECT19
termize • 0.1.1functions for determining terminal sizes and dimensionsINDIRECT4
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
thread_local • 1.1.8Per-object thread-local storageINDIRECT16
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
unicode_categories • 0.1.1Query Unicode category membership for charsDIRECT0
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. DIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. DIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
vec_map • 0.8.2A simple map based on a vector for small integer keysINDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
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.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT14
PackageRelationDependenciesPublished
ansi_term • 0.11.0Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
atty • 0.2.14A simple interface for querying attyINDIRECT5
cargo_metadata • 0.8.2structured access to the output of `cargo metadata`DIRECT12
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT12
derive-new • 0.5.9`#[derive(new)]` implements simple constructor functions for structs and enums.DIRECT4
generic-array • 0.12.4Generic types implementing functionality of arraysINDIRECT1
libredox • 0.1.3Redox stable ABIINDIRECT2
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
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
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT1
MIT OR Unlicense9
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
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. INDIRECT7
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore` against file paths. DIRECT31
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.1`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
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/rustfmt-nightly)](https://licenses.dev/cargo/rustfmt-nightly)
<a href="https://licenses.dev/cargo/rustfmt-nightly">
  <img src="https://licenses.dev/b/cargo/rustfmt-nightly" alt="licenses" />
</a>

Or the licenses badge code for the 1.4.18 version:

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