licenses.dev

amethyst_audio v0.8.0

Audio support for Amethyst

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT133
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
ahash • 0.2.19A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
amethyst_assets • 0.9.1Asynchronous asset management for games. DIRECT135
amethyst_core • 0.8.1Amethyst coreDIRECT110
amethyst_derive • 0.6.1Amethyst deriveINDIRECT7
amethyst_error • 0.3.0Internal error handling for Amethyst. DIRECT12
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT1
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
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. INDIRECT11
base64 • 0.10.1encodes and decodes base64 as bytes or utf8INDIRECT1
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.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
cexpr • 0.6.0A C expression parser and evaluatorINDIRECT3
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
const-random-macro • 0.1.16Provides the procedural macro used by const-randomINDIRECT7
const-random • 0.1.18Provides compile time random number generation.INDIRECT8
core-foundation-sys • 0.5.1Bindings to Core Foundation for macOSINDIRECT1
coreaudio-rs • 0.9.1A friendly rust interface for Apple's CoreAudio API.INDIRECT35
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-queue • 0.1.2Concurrent queuesINDIRECT3
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
ctor • 0.1.26__attribute__((constructor)) for RustINDIRECT4
derivative • 1.0.4A set of alternative `derive` attributes for RustINDIRECT4
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_logger • 0.7.1A logging implementation for `log` which is configured via an environment variable. INDIRECT5
erased-serde • 0.3.31Type-erased Serialize and Serializer traitsINDIRECT6
err-derive • 0.1.6Derive macro for `std::error::Error`INDIRECT10
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
ghost • 0.1.18Define your own PhantomDataINDIRECT4
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.6.3A Rust port of Google's SwissTable hash mapINDIRECT12
heck • 0.3.3heck is a case conversion library.INDIRECT1
hibitset • 0.6.4Hierarchical bit set structureINDIRECT6
inventory-impl • 0.1.11Implementation of macros for the `inventory` crateINDIRECT4
inventory • 0.1.11Typed distributed plugin registrationINDIRECT8
itertools • 0.12.1Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast 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
lewton • 0.9.4Pure Rust vorbis decoderINDIRECT10
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
matrixmultiply • 0.2.4General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT1
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
mopa • 0.2.2My Own Personal Any: get your own Any with additional functionalityINDIRECT0
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
num-complex • 0.2.4Complex numbers implementation for RustINDIRECT9
num-rational • 0.2.4Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
objekt • 0.1.2Renamed to dyn-clone: https://crates.io/crates/dyn-cloneINDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.6.3An advanced API for creating custom synchronization primitives.INDIRECT19
parking_lot • 0.9.0More compact and efficient implementations of the standard synchronization primitives.INDIRECT22
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_roids • 0.6.1Traits and functions to make writing proc macros more ergonomic.INDIRECT4
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
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
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.1.1ChaCha random number generator INDIRECT4
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.1.0HC128 random number generator INDIRECT2
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_isaac • 0.1.1ISAAC random number generator INDIRECT2
rand_jitter • 0.1.4Random number generator based on timing jitterINDIRECT5
rand_os • 0.1.3OS backed Random Number GeneratorINDIRECT10
rand_pcg • 0.1.2Selected PCG random number generators INDIRECT3
rand_xorshift • 0.1.1Xorshift random number generator INDIRECT2
rand • 0.6.5Random number generators and other randomness functionality. INDIRECT19
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT15
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
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
rodio • 0.9.0Audio playback libraryDIRECT86
ron • 0.5.1Rusty Object NotationINDIRECT9
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
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-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
shred-derive • 0.6.3Custom derive for shredINDIRECT4
shred • 0.9.4Dispatches systems in parallel which need read access to some resources, and write access to others. INDIRECT32
shrev • 1.1.3Event channel, meant to be used with `specs`.INDIRECT0
slice-deque • 0.3.0A double-ended queue that Deref's into a slice.INDIRECT5
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackDIRECT7
specs-derive • 0.4.1Custom derive macro for Specs componentsINDIRECT4
specs-hierarchy • 0.5.1Scene graph type hierarchy abstraction for use with specsINDIRECT48
specs • 0.15.1Specs is an Entity-Component-System library written in Rust. INDIRECT47
stdweb • 0.1.3A standard library for the client-side WebINDIRECT0
syn • 0.15.44Parser for Rust source codeINDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
thread_profiler • 0.3.0A thread profiling library that outputs profiles in the chromium trace format.DIRECT17
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT5
tuple_utils • 0.3.0A set of utilities to enable higher level operations over tuples.INDIRECT0
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-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. 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-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT13
PackageRelationDependenciesPublished
alsa-sys • 0.1.2FFI bindings for the ALSA project (Advanced Linux Sound Architecture)INDIRECT2
coreaudio-sys • 0.2.15Bindings for Apple's CoreAudio frameworks generated via rust-bindgenINDIRECT33
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
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
getset • 0.0.8Getset, we're ready to go! A procedural macro for generating the most basic getters and setters on fields. INDIRECT4
minimp3-sys • 0.3.2Rust bindings for the minimp3 library.INDIRECT2
minimp3 • 0.3.5Rust bindings for the minimp3 library.INDIRECT9
mint • 0.5.9Math interoperability standard typesINDIRECT0
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
proc-macro-error • 0.2.6Almost drop-in replacement to panics in proc-macrosINDIRECT4
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
Apache-2.08
PackageRelationDependenciesPublished
alga_derive • 0.9.2Derive attribute for implementing algebraic traits from the alga crate.INDIRECT25
alga • 0.9.3Abstract algebra for RustINDIRECT11
approx • 0.3.2Approximate floating point equality comparisons and assertions.INDIRECT3
clang-sys • 1.8.1Rust bindings for libclang.INDIRECT13
claxon • 0.4.3A FLAC decoding libraryINDIRECT0
cpal • 0.8.2Low-level cross-platform audio I/O library in pure Rust.DIRECT43
edit-distance • 2.1.3Levenshtein edit distance between strings, a measure for similarity.INDIRECT0
hound • 3.5.1A wav encoding and decoding libraryINDIRECT0
MIT OR Unlicense4
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
quickcheck • 0.9.2Automatic property based testing with shrinking.INDIRECT22
BSD-3-Clause3
PackageRelationDependenciesPublished
bindgen • 0.69.5Automatically generates Rust FFI bindings to C and C++ libraries.INDIRECT32
nalgebra • 0.18.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT38
ogg • 0.7.1Ogg container decoder and encoder written in pure RustINDIRECT1
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
wasi • 0.10.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
ISC2
PackageRelationDependenciesPublished
libloading • 0.8.6Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
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
MIT AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
libm • 0.2.11libm in pure RustINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT3
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
tiny-keccak • 2.0.2An implementation of Keccak derived functions.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.8.0 version:

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