# 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 = "2018" name = "simpath" version = "2.5.0" authors = ["Andrew Mackenzie "] description = "Search for files on a path defined in an environment variable" homepage = "https://github.com/andrewdavidmackenzie/simpath/README.md" documentation = "https://github.com/andrewdavidmackenzie/simpath/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/andrewdavidmackenzie/simpath/" [dependencies.curl] version = "~0.4" optional = true [dependencies.url] version = "~2.2" optional = true [dev-dependencies.tempdir] version = "~0.3.5" [dev-dependencies.url] version = "~2.2" [features] default = [] urls = [ "url", "curl", ] [badges.maintenance] status = "actively-developed"