summaryrefslogtreecommitdiffstats
path: root/vendor/pathdiff/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/pathdiff/Cargo.toml')
-rw-r--r--vendor/pathdiff/Cargo.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/pathdiff/Cargo.toml b/vendor/pathdiff/Cargo.toml
new file mode 100644
index 000000000..0f824459a
--- /dev/null
+++ b/vendor/pathdiff/Cargo.toml
@@ -0,0 +1,26 @@
+# 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