# 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 = "scd" version = "0.1.3" authors = ["Chen Shuaimin "] description = "A tiny file manager focused on shell integration" homepage = "https://github.com/cshuaimin/scd" readme = "README.md" keywords = ["cli", "file-manager"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cshuaimin/scd" [dependencies.anyhow] version = "1.0.28" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.nix] version = "0.17.0" [dependencies.notify] version = "5.0.0-pre.2" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_yaml] version = "0.8.11" [dependencies.strmode] version = "1.0.0" [dependencies.structopt] version = "0.3.14" [dependencies.sysinfo] version = "0.14.1" [dependencies.termion] version = "1.5.5" [dependencies.tui] version = "0.9.1" [dev-dependencies.tempfile] version = "3.1.0"