# 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 = "pachinko" version = "0.7.0" authors = ["Jesse Weaver "] description = "Physical item tracker and sorter" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/pianohacker/qualia" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.crossterm] version = "0.26.1" [dependencies.ctrlc] version = "3.2.1" features = ["termination"] [dependencies.dirs] version = "1.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.git-version] version = "0.3.5" [dependencies.indexmap] version = "1.9.2" [dependencies.qualia] version = "0.15" [dependencies.regex] version = "1.4" [dependencies.rustyline] version = "10.0.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shell-words] version = "1.0" [dependencies.tui] version = "0.17.0" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.unicode-width] version = "0.1.9" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.rexpect] version = "0.4" [dev-dependencies.tempfile] version = "3.1"