# 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 = "hadron_sclang" version = "0.1.0-alpha.3" authors = ["Lucile Rose Nihlen "] description = "Experimental SuperCollider music language interpreter" homepage = "https://hadron-sclang.org" readme = "README.md" keywords = [ "music", "audio", "synthesis", "language", ] categories = [ "multimedia", "parser-implementations", ] license = "Apache-2.0" repository = "https://solitarybees.us/hadron/hadron" [[bench]] name = "lex" harness = false [dependencies.bstr] version = "1.9.1" [dependencies.const_format] version = "0.2.32" [dependencies.lazy_static] version = "1.4.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.xxhash-rust] version = "0.8.10" features = [ "xxh3", "const_xxh3", ] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [build-dependencies.duct] version = "0.13.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.mmtk] version = "0.25.0"