# 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 = "simple-expand-tilde" version = "0.4.4" authors = ["Evan Schwartzentruber "] build = false exclude = [ ".github/", ".gitignore", "LICENSE", "README.md", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform and reliable tilde-expansion solution." readme = "README.md" keywords = [ "expand", "tilde", "fast", "path", "lightweight", ] categories = ["accessibility"] license = "MIT" repository = "https://github.com/splurf/simple-expand-tilde" [profile.release] lto = true codegen-units = 1 [lib] name = "simple_expand_tilde" path = "src/lib.rs" [dependencies.simple-home-dir] version = "0.4.4"