# 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 = "zamm" version = "0.2.1" authors = ["Amos Jun-yeung Ng "] description = "Quick and dirty script executor" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/amosjyng/zamm" [dependencies.clap] version = "3.2.5" features = [ "cargo", "derive", ] [dependencies.dirs] version = "4.0.0" [dependencies.duct] version = "0.13.6" [dependencies.path-absolutize] version = "3.0.14" [dependencies.serde] version = "^1.0.100" features = ["derive"] [dependencies.serde_json] version = "1.0.91"