# 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 = "pywavers" version = "0.1.1" authors = ["Jack Geraghty (jmg049)"] description = "A mixed Rust and Python crate/package for reading and writing WAVE files. Exposes the Rust crate Wavers to Python." documentation = "https://docs.rs/pywavers/" readme = "./README.md" license = "MIT" repository = "https://github.com/jmg049/PyWavers/" [lib] name = "pywavers" crate-type = [ "rlib", "cdylib", ] [dependencies.ndarray] version = "0.15.6" [dependencies.numpy] version = "0.18.0" [dependencies.pyo3] version = "0.18.1" features = ["extension-module"] [dependencies.wavers] version = "0.1.1"