# 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 = "typed-path" version = "0.9.0" authors = ["Chip Senkbeil "] description = "Provides typed variants of Path and PathBuf for Unix and Windows" homepage = "https://github.com/chipsenkbeil/typed-path" readme = "README.md" keywords = [ "unicode", "utf8", "paths", "filesystem", ] categories = [ "development-tools", "filesystem", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/typed-path" [[example]] name = "typed" required-features = ["std"] [[example]] name = "typed_utf8" required-features = ["std"] [[example]] name = "unix" required-features = ["std"] [[example]] name = "unix_utf8" required-features = ["std"] [[example]] name = "windows" required-features = ["std"] [[example]] name = "windows_utf8" required-features = ["std"] [dependencies] [features] default = ["std"] std = []