# 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 = "pointillism" version = "0.4.3" authors = ["Violeta Hernández Palacios "] description = "A compositional library for musical composition." readme = "README.md" keywords = [ "pointillism", "music", "audio", "modular", "synthesizer", ] categories = [ "multimedia", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vihdzp/pointillism" resolver = "1" [[example]] name = "distortion" path = "examples/basic/distortion.rs" [[example]] name = "epiano" path = "examples/basic/epiano.rs" [[example]] name = "fiveosc" path = "examples/basic/fiveosc.rs" [[example]] name = "harmony" path = "examples/basic/harmony.rs" [[example]] name = "pluck" path = "examples/basic/pluck.rs" [[example]] name = "schroeder" path = "examples/basic/schroeder.rs" [[example]] name = "clair_de_lune" path = "examples/songs/clair_de_lune.rs" [[example]] name = "continuum" path = "examples/songs/continuum.rs" [[example]] name = "primavera_c" path = "examples/songs/primavera_c.rs" [dependencies.cpal] version = "0.15" optional = true [dependencies.derive_more] version = "0.99" [dependencies.hound] version = "3.5" optional = true [dependencies.human-duration] version = "0.1" optional = true [dependencies.midly] version = "0.5" optional = true [dependencies.pointillism-macros] version = "0.1" [dependencies.rand] version = "0.8" [dev-dependencies.assert_approx_eq] version = "1.1" [features] all-features = [ "cpal", "midly", ] cpal = ["dep:cpal"] default = [ "human-duration", "hound", ] github-actions-all-features = [ "all-features", "github-actions-hack", ] github-actions-hack = [] midly = ["dep:midly"]