# 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 = "mangle" version = "0.0.5" authors = ["mattf "] description = "Exolang that can take any utf8 text as valid code and return some result out of it" homepage = "https://mangle.ga" documentation = "https://github.com/matheusfillipe/mangle" readme = "README.md" keywords = ["exolang", "python", "pyo3", "repl"] categories = ["exolang", "repl", "python"] license = "MIT" repository = "https://github.com/matheusfillipe/mangle" resolver = "2" [lib] name = "mangle" path = "src/lib.rs" [[bin]] name = "mangle" path = "src/main.rs" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.rustyline] version = "9.1.0" [dependencies.unicode-segmentation] version = "1.6.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1"