# 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 = "treescript-interpreter" version = "0.1.1" authors = ["jakob "] description = "TreeScript interpreter, with some built-in libraries and API to create more" homepage = "https://github.com/jakobeha/treescript/treescript-interpreter" readme = "README.md" keywords = ["cli", "interpreter"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/jakobeha/treescript" [dependencies.Inflector] version = "0.11.4" [dependencies.app_dirs] version = "1.2.1" [dependencies.clap] version = "2.32.0" [dependencies.enum-map] version = "0.5.0" [dependencies.rmp-serde] version = "0.13.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.serde_yaml] version = "0.8" [dependencies.tempfile] version = "3.0.6" [dependencies.unicode_reader] version = "0.1.1"