# 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 = "2018" name = "sndfile" version = "0.1.1" authors = ["tuxzz "] description = "A library for reading and writing audio files." documentation = "https://docs.rs/sndfile" readme = "README.md" keywords = ["libsndfile", "sound", "audio", "encoding", "compression"] categories = ["multimedia", "multimedia::audio", "multimedia::encoding", "api-bindings", "compression"] license = "MIT" repository = "https://github.com/Xeiron/sndfile.rs" [package.metadata.docs.rs] all-features = true [dependencies.lazy_static] version = "1" [dependencies.ndarray] version = "0.13" optional = true [dependencies.sndfile-sys] version = "0.2" [dev-dependencies.tempfile] version = "3" [features] default = [] ndarray_features = ["ndarray"] [badges.appveyor] repository = "Xeiron/sndfile.rs" [badges.is-it-maintained-issue-resolution] repository = "Xeiron/sndfile.rs" [badges.is-it-maintained-open-issues] repository = "Xeiron/sndfile.rs" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "Xeiron/sndfile.rs"