# 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 = "sap-cli" version = "1.0.3" authors = ["Shuppin "] default-run = "sap" description = "The command line interface for the SAP programming language" keywords = [ "cli", "sap", "interpreter", "language", "programming-language", ] categories = ["compilers"] license = "MIT OR Apache-2.0" repository = "https://github.com/Shuppin/sap" [[bin]] name = "sap" path = "src/main.rs" [dependencies.clap] version = "4.4.18" [dependencies.ctrlc] version = "3.4.2" [dependencies.os_info] version = "3.7.0" default-features = false [dependencies.sap-ast] version = "1.0.1" [dependencies.sap-interpreter] version = "1.0.3" [dependencies.sap-lexer] version = "1.0.1" [dependencies.sap-parser] version = "1.0.1" [dependencies.sap-shared] version = "1.0.1"