# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sorceress" version = "0.2.0" authors = ["Wesley Merkel "] exclude = [".semaphore/*", "assets/*", "ci/*", "default.nix", "nix/*"] description = "A Rust environment for making music and sounds with SuperCollider." readme = "README.md" keywords = ["audio", "bindings", "creative", "music", "supercollider"] categories = ["api-bindings", "multimedia::audio"] license = "GPL-3.0-or-later" repository = "https://github.com/ooesili/sorceress" [dependencies.log] version = "0.4.14" [dependencies.rosc] version = "0.4.3" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tempdir] version = "0.3.7"