# 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 = "2018" rust-version = "1.60" name = "melodium-lang" version = "0.8.0" authors = ["Quentin VIGNAUD "] description = "Mélodium language parsing and semantic analyser" homepage = "https://melodium.tech" readme = "README.md" keywords = [ "dataflow", "parallelization", "scalability", "async", "signal", ] categories = [ "compilers", "science", "concurrency", "asynchronous", ] license = "EUPL-1.2" repository = "https://gitlab.com/melodium/melodium" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "melodium_lang" [dependencies.convert_case] version = "0.6" optional = true [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.11.0" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.melodium-common] version = "0.8.0" [dependencies.melodium-engine] version = "0.8.0" [dependencies.regex] version = "1.9" [features] default = ["restitution"] restitution = [ "convert_case", "itertools", ]