# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "heartfelt" version = "0.1.5" authors = ["hassan "] description = "# Heartfelt\n\nA simple Rust library for creating DSLs (Domain Specific Languages)\n\n## Roadmap\nThis is still pretty much a work in progress. There will soon be an update with \nexamples and documentation.\n\nHeartfelt is still at a very early stage but a lot of features are planned.\nFor Instance: \nA compiler to bytecode.\nA vm for that bytecode.\nMore language features.\n\nMost of the features will be behind a cargo feature in order to keep binary sizes as small as\npossible and to only feature what you really need.\n\n# License \n\nHeartfelt is distributed under the terms of the MIT license.\n\nSee LICENSE for more details\n" readme = "README.md" license = "MIT" repository = "https://github.com/DrSloth/heartfelt" [dependencies.ahash] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.4.2" [dependencies.regex-lexer] version = "0.1.0"