licenses.dev

ashpd v0.3.2

XDG portals wrapper in Rust using zbus

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT126
PackageRelationDependenciesPublished
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorINDIRECT0
async-broadcast • 0.4.1Async broadcast channelsINDIRECT21
async-channel • 1.9.0Async multi-producer multi-consumer channelINDIRECT4
async-executor • 1.13.1Async executorINDIRECT11
async-io • 1.13.0Async I/O and timersINDIRECT48
async-lock • 2.8.0Async synchronization primitivesINDIRECT1
async-recursion • 0.3.2Recursion for async functionsINDIRECT4
async-task • 4.7.1Task abstraction for building executorsINDIRECT0
async-trait • 0.1.83Type erasure for async trait methodsINDIRECT4
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
cc • 1.1.31A 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
cexpr • 0.6.0A C expression parser and evaluatorINDIRECT3
cfg-expr • 0.11.0A parser and evaluator for Rust `cfg()` expressions.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
concurrent-queue • 2.5.0Concurrent multi-producer multi-consumer queueINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
cty • 0.2.2Type aliases to C types like c_int for use with bindgenINDIRECT0
derivative • 2.2.0A set of alternative `derive` attributes for RustINDIRECT4
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
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. INDIRECT0
enumflags2_derive • 0.7.10Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.INDIRECT4
enumflags2 • 0.7.10Enum-based bit flagsDIRECT7
errno • 0.2.8Cross-platform interface to the `errno` variable.INDIRECT7
errno • 0.3.9Cross-platform interface to the `errno` variable.INDIRECT11
event-listener • 2.5.3Notify async tasks or threadsINDIRECT0
fastrand • 1.9.0A simple and fast random number generatorINDIRECT2
fastrand • 2.1.1A simple and fast random number generatorINDIRECT0
field-offset • 0.3.6Safe pointer-to-member implementationINDIRECT4
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-lite • 1.13.0Futures, streams, and async I/O combinatorsINDIRECT9
futures-lite • 2.3.0Futures, streams, and async I/O combinatorsINDIRECT5
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
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. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT17
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
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
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
ordered-stream • 0.0.1Streams that are ordered relative to external eventsINDIRECT2
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
parking • 2.2.1Thread parking and unparkingINDIRECT0
peeking_take_while • 0.1.2Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.INDIRECT0
pin-project-lite • 0.2.14A 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
polling • 2.8.0Portable interface to epoll, kqueue, event ports, and IOCPINDIRECT17
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-crate • 1.3.1Replacement for crate (macro_rules keyword) in proc-macros INDIRECT8
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.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
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. DIRECT14
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-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
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 • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatDIRECT9
serde_repr • 0.1.19Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.DIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
signal • 0.7.0 The higher-level abstractions around unix signals INDIRECT7
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.4.10Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT4
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
system-deps • 6.0.3Discover and configure system dependencies from declarative dependencies in Cargo.tomlINDIRECT12
tempfile • 3.8.0A library for managing temporary files and directories.INDIRECT28
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
toml_datetime • 0.6.8A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.19.3Yet another format-preserving TOML parser.INDIRECT6
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. INDIRECT6
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
waker-fn • 1.2.0Convert closures into wakersINDIRECT0
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.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT83
PackageRelationDependenciesPublished
atk-sys • 0.15.1FFI bindings to libatk-1INDIRECT16
atk • 0.15.1Rust bindings for the ATK libraryINDIRECT47
cairo-rs • 0.15.12Rust bindings for the Cairo libraryINDIRECT47
cairo-sys-rs • 0.15.1FFI bindings to libcairoINDIRECT15
convert_case • 0.6.0Convert strings into any caseINDIRECT1
cookie-factory • 0.3.3nom inspired serialization libraryINDIRECT18
dlib • 0.5.2Helper macros for handling manually loading optional system libraries.INDIRECT11
errno-dragonfly • 0.1.2Exposes errno functionality to stable Rust on DragonFlyBSDINDIRECT3
gdk-pixbuf-sys • 0.15.10FFI bindings to libgdk_pixbuf-2.0INDIRECT20
gdk-pixbuf • 0.15.11Rust bindings for the GdkPixbuf libraryINDIRECT52
gdk-sys • 0.15.1FFI bindings to libgdk-3INDIRECT23
gdk • 0.15.4Rust bindings for the GDK 3 libraryINDIRECT58
gdk4-sys • 0.4.8FFI bindings of GDK 4INDIRECT23
gdk4-wayland-sys • 0.4.8FFI bindings of GDK4 WaylandINDIRECT15
gdk4-wayland • 0.4.8Rust bindings of the GDK 4 Wayland libraryDIRECT60
gdk4-x11-sys • 0.4.8FFI bindings of GDK4 X11INDIRECT24
gdk4-x11 • 0.4.8Rust bindings of the GDK4 X11 libraryDIRECT60
gdk4 • 0.4.8Rust bindings of the GDK 4 libraryINDIRECT58
gdkwayland-sys • 0.15.3FFI bindings to libgdk-3-waylandINDIRECT24
gdkwayland • 0.15.5Rust bindings of the GDK-Wayland 3 libraryDIRECT81
gdkx11-sys • 0.15.1FFI binding for libgdkx11INDIRECT25
gdkx11 • 0.15.5Rust bindings for the GDK X11 libraryDIRECT61
gio-sys • 0.15.10FFI bindings to libgio-2.0INDIRECT19
gio • 0.15.12Rust bindings for the Gio libraryINDIRECT50
glib-macros • 0.15.13Rust bindings for the GLib library, proc macros crateINDIRECT18
glib-sys • 0.15.10FFI bindings to libglib-2.0INDIRECT14
glib • 0.15.12Rust bindings for the GLib libraryINDIRECT45
gobject-sys • 0.15.10FFI bindings to libgobject-2.0INDIRECT15
graphene-rs • 0.15.1Rust bindings for the Graphene libraryINDIRECT47
graphene-sys • 0.15.10FFI bindings to libgraphene-1.0INDIRECT15
gsk4-sys • 0.4.8FFI bindings of GSK 4INDIRECT25
gsk4 • 0.4.8Rust bindings of the GSK 4 libraryINDIRECT62
gtk-sys • 0.15.3FFI bindings to libgtk-3INDIRECT25
gtk • 0.15.5Rust bindings for the GTK+ 3 libraryDIRECT67
gtk3-macros • 0.15.6Rust bindings for the GTK 3 libraryINDIRECT17
gtk4-macros • 0.4.10Macros helpers for GTK 4 bindingsINDIRECT18
gtk4-sys • 0.4.8FFI bindings of GTK 4INDIRECT26
gtk4 • 0.4.9Rust bindings of the GTK 4 libraryDIRECT70
libredox • 0.1.3Redox stable ABIINDIRECT2
libspa-sys • 0.6.0Rust FFI bindings for libspaINDIRECT32
libspa • 0.7.2Rust bindings for libspaINDIRECT53
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
memoffset • 0.7.1offset_of functionality for Rust structs.INDIRECT1
memoffset • 0.9.1offset_of functionality for Rust structs.INDIRECT1
nix • 0.14.1Rust friendly bindings to *nix APIsINDIRECT6
nix • 0.23.2Rust friendly bindings to *nix APIsINDIRECT7
nix • 0.24.3Rust friendly bindings to *nix APIsINDIRECT5
nix • 0.26.4Rust friendly bindings to *nix APIsINDIRECT6
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
nom8 • 0.2.0A byte-oriented, zero-copy, parser combinators library (fork for proposals for v8)INDIRECT1
pango-sys • 0.15.10FFI bindings to libpango-1.0INDIRECT16
pango • 0.15.10Rust bindings for the Pango libraryINDIRECT47
pipewire-sys • 0.6.0Rust FFI bindings for PipeWireINDIRECT33
pipewire • 0.5.0Rust bindings for PipeWireDIRECT68
quick-xml • 0.22.0High performance xml reader and writerINDIRECT1
quick-xml • 0.28.2High performance xml reader and writerINDIRECT1
redox_syscall • 0.3.5A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
tracing-attributes • 0.1.27Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.40Application-level tracing for Rust. DIRECT8
uds_windows • 1.1.0Unix Domain Sockets for Windows!INDIRECT34
version-compare • 0.1.1Rust library to easily compare version numbers with no specific format, and test against various comparison operators.INDIRECT0
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
wayland-backend • 0.1.2Low-level bindings to the Wayland protocolDIRECT37
wayland-client • 0.29.5Bindings to the standard C implementation of the wayland protocol, client side.INDIRECT29
wayland-client • 0.30.2Bindings to the standard C implementation of the wayland protocol, client side.DIRECT44
wayland-commons • 0.29.5Common types and structures used by wayland-client and wayland-server.INDIRECT21
wayland-protocols • 0.30.0-alpha9Generated API for the officials wayland protocol extensionsDIRECT45
wayland-scanner • 0.29.5Wayland Scanner for generating rust APIs from XML wayland protocol files.INDIRECT4
wayland-scanner • 0.30.1Wayland Scanner for generating rust APIs from XML wayland protocol files.INDIRECT5
wayland-sys • 0.29.5FFI 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.INDIRECT13
wayland-sys • 0.30.1FFI 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.INDIRECT14
x11 • 2.21.0X11 library bindings for RustINDIRECT2
xml-rs • 0.8.22An XML library in pure RustINDIRECT0
zbus_macros • 2.3.2proc-macros for zbusINDIRECT16
zbus_names • 2.6.1A collection of D-Bus bus names typesINDIRECT24
zbus • 2.3.2API for D-Bus communicationDIRECT130
zvariant_derive • 3.15.2D-Bus & GVariant encoding & decodingINDIRECT14
zvariant_utils • 1.0.1Various utilities used internally by the zvariant crate.INDIRECT4
zvariant • 3.15.2D-Bus & GVariant encoding & decodingINDIRECT23
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception6
PackageRelationDependenciesPublished
io-lifetimes • 1.0.11A low-level I/O ownership and borrowing libraryINDIRECT11
linux-raw-sys • 0.3.8Generated bindings for Linux's userspace APIINDIRECT0
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.37.27Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT25
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
BSD-3-Clause4
PackageRelationDependenciesPublished
bindgen • 0.64.0Automatically generates Rust FFI bindings to C and C++ libraries.INDIRECT20
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
sha1_smol • 1.0.1Minimal dependency-free implementation of SHA1 for Rust.INDIRECT0
sha1 • 0.6.1SHA-1 hash functionINDIRECT1
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.DIRECT0
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
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
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
raw-window-handle • 0.4.3Interoperability library for Rust Windowing applications.DIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
clang-sys • 1.8.1Rust bindings for libclang.INDIRECT2
ISC1
PackageRelationDependenciesPublished
libloading • 0.8.5Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.2 version:

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