# 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 = "2021" name = "utrans" version = "0.1.0" authors = ["Aniruddh Radhakrishnan"] description = "A command line utility to convert paths (say realpath, url, etc) and to print/copy them to clipboard" readme = "README.md" license = "MIT" repository = "https://www.github.com/loggerheads-with-binary/utrans-rs" [[bin]] name = "utrans" path = "src/builds/utrans.rs" [[bin]] name = "utransw" path = "src/builds/utransw.rs" [[bin]] name = "ucopy" path = "src/builds/utrans.rs" required-features = ["copy"] [[bin]] name = "ucopyw" path = "src/builds/utransw.rs" required-features = ["copy"] [dependencies.clap] version = "4.2.1" features = [ "color", "derive", "help", "suggestions", "usage", "wrap_help", "error-context", ] [dependencies.clipboard] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.path-absolutize] version = "3.0.14" [dependencies.realpath-rs] version = "0.2.0" [dependencies.regex] version = "1.7.3" [dependencies.serde_json] version = "1.0.95" [dependencies.url] version = "2.3.1" [features] chae = [] copy = [] err-notify = []