# 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" name = "nessa-language" version = "0.9.2" authors = ["Javier Castillo "] description = "An extensible programming language with a strong type system" homepage = "https://gabie-of-the-bo.github.io/Nessa-Language/" documentation = "https://gabie-of-the-bo.github.io/Nessa-Language/" readme = "README.md" keywords = [ "programming-language", "interpreter", ] categories = [ "command-line-utilities", "compilers", ] license = "MIT" repository = "https://github.com/Gabie-of-the-Bo/Nessa-Language" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [profile.release-debug] lto = false codegen-units = 16 panic = "unwind" inherits = "release" [lib] name = "nessa" path = "src/lib.rs" [[bin]] name = "nessa" path = "src/main.rs" [[bench]] name = "bench" harness = false [dependencies.bitcode] version = "0.5.1" features = ["serde"] [dependencies.clap] version = "4.4.2" [dependencies.colored] version = "2.1.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.directories] version = "5.0.1" [dependencies.git2] version = "0.18.2" [dependencies.glob] version = "0.2.8" [dependencies.inquire] version = "0.7.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.levenshtein] version = "1.0.5" [dependencies.malachite] version = "0.4.5" features = [ "enable_serde", "random", ] [dependencies.md5] version = "0.7.0" [dependencies.mimalloc] version = "0.1.41" default-features = false [dependencies.nom] version = "7.1.3" [dependencies.nom_locate] version = "4.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.9.0" [dependencies.rclite] version = "0.2.4" [dependencies.regex] version = "1.10.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.seq-macro] version = "0.2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tabled] version = "0.15.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.panic-message] version = "0.3.0"