blob: 09711263f30f01c954a7d6d0c94b7a3a62a984f2 [file] [log] [blame]
# 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 = "pathdiff"
version = "0.2.3"
authors = ["Manish Goregaokar <[email protected]>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for diffing paths to obtain relative paths"
documentation = "https://docs.rs/pathdiff/"
readme = false
keywords = [
"path",
"relative",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/Manishearth/pathdiff"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "pathdiff"
path = "src/lib.rs"
[dependencies.camino]
version = "1.0.5"
optional = true
[dev-dependencies.cfg-if]
version = "1.0.0"