# 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 = "sedo" version = "0.3.0" authors = ["Paul Robertson"] include = [ "/LICENSE*", "/README.md", "/src/", ] description = """ Run a command with environment variables set from values in a 1Password item. Environment values are set based on entries in a section called \"environment\". """ readme = "README.md" license = "MIT" repository = "https://gitlab.com/perobertson/sedo-rs/" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.clap_complete] version = "4.2.3" [dependencies.serde] version = "^1.0.163" features = ["derive"] [dependencies.serde_json] version = "^1.0.96" [dependencies.shell-words] version = "^1.1.0" [dependencies.toml] version = "^0.7.3"