# 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 = "marigold" version = "0.1.16" authors = ["Dominic "] description = "The Marigold Programming Language." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/DominicBurkart/marigold" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.27" features = ["derive"] optional = true [dependencies.convert_case] version = "0.6.0" optional = true [dependencies.home] version = "0.5.4" optional = true [dependencies.marigold-grammar] version = "=0.1.16" [dependencies.marigold-impl] version = "=0.1.16" [dependencies.marigold-macros] version = "=0.1.16" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async-std = ["marigold-impl/async-std"] cli = [ "clap", "convert_case", "home", ] io = [ "marigold-impl/io", "marigold-grammar/io", "marigold-macros/io", ] tokio = ["marigold-impl/tokio"]