# 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 = "dyncomp" version = "0.1.1" authors = ["Quique Kessler Martínez "] description = "Provides context and project aware aliases for common used commands." homepage = "https://github.com/Qkessler/dyncomp" documentation = "https://github.com/Qkessler/dyncomp" readme = "README.md" keywords = [ "cli", "alias", "project", ] license = "MIT" repository = "https://github.com/Qkessler/dyncomp" [dependencies.clap] version = "3.0" features = [ "derive", "cargo", ] [dependencies.dirs] version = "4.0" [dependencies.once_cell] version = "1.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shlex] version = "1.1.0" [dependencies.tempfile] version = "3.3"