# 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 = "ellie_renderer_utils" version = "0.3.0" authors = [ "Ahmetcan Aksu ", "Behemehal ", ] description = "Ellie Renderer contains utilities cli apps such as elliec" homepage = "https://www.ellie-lang.org" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/behemehal/Ellie-Language" [dependencies.clap] version = "3.1.1" optional = true [dependencies.clap_complete] version = "3.0.0" optional = true [dependencies.ellie_core] version = "0.7.0" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.path-absolutize] version = "3.0.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true default-features = false [features] cli-utils = [ "clap", "clap_complete", "serde", "serde_json", "path-absolutize", "lazy_static", ] default = [ "cli-utils", "std", ] std = []