# 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 = "wslpath" version = "0.0.2" authors = ["Pratik Chowdhury pratikc@live.co.uk"] exclude = [".devcontainer"] description = "Convert Windows to WSL Path and vice-versa" homepage = "https://github.com/pratikpc/wsl-path-rust#readme" readme = "README.md" license = "MIT" repository = "https://github.com/pratikpc/wsl-path-rust" [lib] name = "wslpath" crate-type = ["lib"] path = "src/lib.rs" required-features = [] [dependencies]