# 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 = "rualdi" version = "0.2.3" authors = ["Jean-Pierre Geslin ", "Lucas Burns "] description = "Rust Aliasing Directory" readme = "README.md" keywords = ["cli", "shell", "utility", "bash", "zsh"] categories = ["command-line-utilities", "filesystem"] license = "AGPL-3.0-or-later" repository = "https://github.com/Jarsop/rualdi" [package.metadata.deb] assets = [["target/release/rualdi", "usr/bin/", "755"], ["README.md", "usr/local/share/doc/rualdi/README", "644"]] copyright = "2021, Jean-Pierre Geslin " depends = "$auto" extended-description = "A tool to aliasing directories written safely in Rust." license-file = ["LICENSE", "4"] maintainer = "Jean-Pierre Geslin " priority = "optional" section = "utility" [package.metadata.rpm] package = "rualdi" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.rualdi] path = "/usr/bin/rualdi" [dependencies.anyhow] version = "1.0.32" [dependencies.async-channel] version = "1.6.1" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.glob] version = "0.3.0" [dependencies.rualdlib] version = "0.1.4" [dependencies.structopt] version = "0.3.17" [dependencies.terminal_size] version = "0.1.17" [dev-dependencies.gag] version = "0.1.10" [dev-dependencies.rualdlib] version = "0.1.4" features = ["dumb_terminal"] [dev-dependencies.serial_test] version = "0.5.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.toml] version = "0.5.6" [features] dumb_terminal = ["colored/no-color"]