# 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 = "tyedev" version = "0.3.4" authors = ["Cody Taylor "] build = false include = [ "LICENSE.txt", "src/", "static/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Create and manage devcontainer configuration" readme = "README.md" keywords = [ "devcontainers", "containers", "vscode", "development", "configuration", ] categories = [ "config", "command-line-utilities", "development-tools", "virtualization", ] license = "ISC" repository = "https://github.com/CodeMan99/tyedev" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }" [[bin]] name = "tyedev" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.clap] version = "4.5.11" features = [ "derive", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.clap_complete] version = "4.5.11" optional = true [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.human_format] version = "1.1.0" [dependencies.inquire] version = "0.6.2" features = ["editor"] [dependencies.log] version = "0.4.22" [dependencies.ocipkg] version = "0.3.9" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.108" features = ["preserve_order"] [dependencies.serde_jsonc] version = "1.0.108" features = ["preserve_order"] [dependencies.tar] version = "0.4.41" [features] completions = ["dep:clap_complete"] default = ["completions"] [target."cfg(unix)".dependencies.ascii_table] version = "4.0.3" features = ["auto_table_width"] [target."cfg(windows)".dependencies.ascii_table] version = "4.0.3"