# 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 = "dt-tool" version = "0.7.0" authors = ["J.R. Hill "] description = "dt - it's duck tape for your unix pipes" homepage = "https://github.com/hiljusti/dt" readme = "README.md" keywords = [ "programming-language", "concatenative", "interpreter", "parser", ] categories = [] license = "GPL-2.0-only" repository = "https://github.com/hiljusti/dt" resolver = "2" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.rail-lang] version = "0.29.0"