# 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 = "melody_compiler" version = "0.19.0" description = "The Melody language compiler" homepage = "https://github.com/yoav-lavi/melody" readme = "README.md" keywords = [ "melody", "melodylang", "language", "compiler", ] categories = ["compilers"] license = "MIT OR Apache-2.0" repository = "https://github.com/yoav-lavi/melody" [[bench]] name = "benchmark" harness = false [dependencies.arbitrary] version = "1.1.3" features = ["derive"] optional = true [dependencies.once_cell] version = "1.12.0" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.indoc] version = "2.0.3" [features] fuzzer = ["arbitrary"]