# 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 = "shellexpand-utils" version = "0.2.1" authors = ["soywod "] description = "Rust utils for the shellexpand crate" homepage = "https://pimalaya.org/" documentation = "https://docs.rs/shellexpand-utils/latest/shellexpand_utils/" readme = "README.md" license = "MIT" repository = "https://git.sr.ht/~soywod/pimalaya/tree/master/item/shellexpand-utils/README.md" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "shellexpand_utils" [dependencies.log] version = "0.4" [dependencies.shellexpand] version = "3.1" features = ["full"] default-features = false [dependencies.thiserror] version = "1"