[package] name = "pathdiff" edition = "2018" version = "0.2.1" authors = ["Manish Goregaokar "] description = "Library for diffing paths to obtain relative paths" documentation = "https://docs.rs/pathdiff/" repository = "https://github.com/Manishearth/pathdiff" keywords = ["path", "relative"] license = "MIT/Apache-2.0" [package.metadata.docs.rs] all-features = true [dependencies] camino = { version = "1.0.5", optional = true }