# 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-parser" version = "1.0.1" authors = ["Shuppin "] description = "The parser crate for the SAP programming language" license = "MIT OR Apache-2.0" repository = "https://github.com/Shuppin/sap" [lib] name = "parser" [dependencies.sap-ast] version = "1.0.1" [dependencies.sap-lexer] version = "1.0.1" [dependencies.sap-shared] version = "1.0.1"