# 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 = "shapemaker" version = "1.1.0" authors = ["Ewen Le Bihan "] include = [ "/src", "/web/index.html", "/preview", ] description = "An experimental WASM-capable, generative SVG-based video rendering engine that reacts to MIDI or audio data" homepage = "https://ewen.works/shapemaker" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/ewen-lbh/shapemaker" [lib] crate-type = [ "cdylib", "lib", ] [[bin]] name = "shapemaker" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.chrono] version = "0.4.23" [dependencies.chrono-human-duration] version = "0.1.1" [dependencies.docopt] version = "1.1.1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.handlebars] version = "5.1.2" [dependencies.hound] version = "3.5.0" [dependencies.indicatif] version = "0.17.2" [dependencies.itertools] version = "0.12.1" [dependencies.midly] version = "0.5.3" [dependencies.nanoid] version = "0.4.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1.0.91" [dependencies.svg] version = "0.17.0" [dependencies.tiny_http] version = "0.12.0" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.4" features = [ "Document", "Element", "HtmlElement", "Node", "Window", ] [dev-dependencies.rust-analyzer] version = "0.0.1"