# 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 = "scotty" version = "0.3.4" authors = ["Wouter Dullaert "] description = "A chillingly fast dir switcher using fuzzy search." readme = "README.md" keywords = ["cd", "shell", "bash", "fish", "zsh"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/wdullaer/scotty" [profile.release] lto = true codegen-units = 1 [[bin]] name = "scotty" path = "src/main.rs" [dependencies.bincode] version = "^1.3.1" [dependencies.chrono] version = "^0.4.19" [dependencies.clap] version = "^2.33.3" [dependencies.directories] version = "^3.0.1" [dependencies.exitfailure] version = "^0.5.1" [dependencies.failure] version = "^0.1.8" [dependencies.fst] version = "^0.4.5" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.log] version = "^0.4.13" [dependencies.pretty_env_logger] version = "^0.4.0" [dependencies.regex-automata] version = "^0.1.9" features = ["transducer"] [dependencies.serde] version = "^1.0.120" features = ["derive"] [dependencies.serde_json] version = "^1.0.61" [dependencies.sled] version = "^0.34.6" [dependencies.tabwriter] version = "^1.2.1" [dev-dependencies.tempfile] version = "^3.2.0"