[build-dependencies.cc]
version = "1.0"
[dependencies.chlorine]
version = "1.0"
[features]
default = ["simd"]
mp1-mp2 = []
nightly-docs = []
simd = []
std = []
[package]
authors = ["viri <hi@viri.moe>"]
description = "fast & safe no_std minimp3 wrapper"
documentation = "https://docs.rs/rmp3"
edition = "2021"
homepage = "https://github.com/viriuwu/rmp3"
include = ["ffi/minimp3/minimp3.h", "ffi/minimp3.c", "src/**/*.rs", "Cargo.toml", "LICENCE"]
license = "CC0-1.0"
name = "empy"
readme = "README.md"
repository = "https://github.com/viriuwu/rmp3"
resolver = "2"
version = "1.0.0-alpha"
[package.metadata.docs.rs]
features = ["nightly-docs", "std"]