# 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" rust-version = "1.66" name = "relative-path-utils" version = "0.1.1" authors = ["John-John Tedro "] description = "Portable, relative paths for Rust." homepage = "https://github.com/udoprog/relative-path" documentation = "https://docs.rs/relative-path" readme = "README.md" keywords = ["path"] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/relative-path" [package.metadata.docs.rs] all-features = true [dependencies.relative-path] version = "1.9.2" [dev-dependencies.anyhow] version = "1.0.76" [dev-dependencies.serde] version = "1.0.160" features = ["derive"] [features] root = [ "dep:windows-sys", "dep:libc", "dep:errno", ] [target."cfg(unix)".dependencies.errno] version = "0.3.8" optional = true [target."cfg(unix)".dependencies.libc] version = "0.2.151" optional = true [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_SystemServices", "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_WindowsProgramming", "Win32_Security", "Win32_System_Kernel", ] optional = true