oden/third-party/vendor/pathdiff/Cargo.toml
2024-03-08 11:03:01 -08:00

26 lines
914 B
TOML

# 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.1"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
description = "Library for diffing paths to obtain relative paths"
documentation = "https://docs.rs/pathdiff/"
keywords = ["path", "relative"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Manishearth/pathdiff"
[package.metadata.docs.rs]
all-features = true
[dependencies.camino]
version = "1.0.5"
optional = true