# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "empy" version = "1.0.0-alpha2" authors = ["viri "] include = ["ffi/minimp3/minimp3.h", "ffi/minimp3.c", "src/**/*.rs", "Cargo.toml", "LICENCE"] description = "fast & safe no_std minimp3 wrapper" homepage = "https://github.com/viriuwu/rmp3" documentation = "https://docs.rs/empy" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/viriuwu/rmp3" resolver = "2" [dependencies.chlorine] version = "1.0" [build-dependencies.cc] version = "1.0" [features] default = ["simd"] mp1-mp2 = [] simd = []