# 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 = "fejix-compiler" version = "0.2.3" authors = ["MarkLagodych "] build = "build.rs" include = ["Cargo.toml", "build.rs", "src", "fejix_config.toml", "fejix_stdlib"] description = "Fejix Markup Language build tool" homepage = "https://fejix.dev" documentation = "https://docs.rs/fejix-compiler" readme = "README.md" license = "MIT" repository = "https://github.com/FejixGUI/Fejix-compiler" resolver = "2" [[bin]] name = "fjc" path = "src/main.rs" [dependencies.bitflags] version = "^1.3" [dependencies.clap] version = "^3.0" features = ["std", "color"] [dependencies.colored] version = "^2.0" [dependencies.glob] version = "^0.3.0" [dependencies.regex] version = "^1.5" [dependencies.semver] version = "^1.0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.toml] version = "^0.5" [features] codegen_c = [] codegen_cpp = [] codegen_default = ["codegen_c"] codegen_rust = [] default = ["codegen_default", "perform_debug"] perform_debug = []