# 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 = "murrelet" version = "0.1.1" authors = ["Jessica Stringham "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Murrelet the live coding framework for visuals" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/jessstringham/murrelet.git" [lib] name = "murrelet" path = "src/lib.rs" [dependencies.glam] version = "0.28.0" [dependencies.itertools] version = "0.10.5" [dependencies.murrelet_common] version = "0.1.0" [dependencies.murrelet_draw] version = "0.1.0" [dependencies.murrelet_livecode] version = "0.1.0" [dependencies.murrelet_livecode_derive] version = "0.1.0" [dependencies.murrelet_livecode_macros] version = "0.1.0" [dependencies.murrelet_perform] version = "0.1.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_yaml] version = "0.9.17"