# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mklink" version = "0.1.0" authors = ["Khyber Sen "] description = "A mklink binary (not through cmd.exe) for Windows and a Linux version for WSL to create Windows-WSL compatible symlinks." homepage = "https://github.com/kkysen/mklink/blob/master/README.md" license = "MIT" repository = "https://github.com/kkysen/mklink" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.bincode] version = "1.2.0" [dependencies.clap] version = "2.33.0" [dependencies.junction] version = "0.1.2" [dependencies.paw] version = "1.0.0" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.structopt] version = "0.3.2" features = ["paw"]