# 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 = "dsf" version = "0.2.2" authors = ["Daniel J. R. May "] exclude = [ ".gitignore", ".gitlab-ci.yml", "TODO.md", ] description = "DSF (DSD Stream File) support for Rust" homepage = "https://gitlab.com/danieljrmay/dsf" documentation = "https://docs.rs/dsf/" readme = "README.md" keywords = [ "audio", "dsd", "dsf", ] categories = ["multimedia::audio"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/danieljrmay/dsf" resolver = "2" [dependencies.id3] version = "1.0.2" [dependencies.sampled_data_duration] version = "0.3.1"