bitflags • 2.9.4A macro to generate structures which behave like bitflags.
INDIRECT
0
cc • 1.2.37A 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.
DIRECT
2
concat-idents • 1.1.5Allows concatenating multiple identifiers and using them everywhere
DIRECT
4
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type
parameters, associated types, and type constraints.
DIRECT
0
env_logger • 0.10.2A logging implementation for `log` which is configured via an environment
variable.
DIRECT
1
errno • 0.3.14Cross-platform interface to the `errno` variable.
INDIRECT
3
find-msvc-tools • 0.1.1Find windows-specific tools, read MSVC versions from the registry and from COM interfaces
INDIRECT
0
libc • 0.2.175Raw FFI bindings to platform libraries like libc.
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.
INDIRECT
0
proc-macro2 • 1.0.101A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
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.
DIRECT
0
shlex • 1.3.0Split a string into shell words, like Python's shlex.
INDIRECT
0
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stack
rustix • 1.1.2Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls
DIRECT
6
MIT1
Package
Relation
Dependencies
Published
wayland-sys • 0.31.7FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
DIRECT
1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.19Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31