# 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 = "muslib" version = "0.1.1" authors = ["Wiktor W. "] description = "Rust library for music synthesis and processing, inspired by Essentia." readme = "README.md" keywords = ["music"] categories = ["multimedia::audio"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/wykwit/muslib/" [lib] name = "muslib" crate-type = [ "lib", "cdylib", ] [dependencies.hound] version = "3.5.1" [dependencies.pyo3] version = "0.20.2" features = [ "abi3-py311", "extension-module", ] [dependencies.symphonia] version = "0.5.3"