# 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 = "autojump" version = "0.5.1" authors = ["Wang Xuerui "] include = [ "src/**/*.rs", "Cargo.toml", ] description = "A Rust port and drop-in replacement of autojump" readme = "README.md" license = "GPL-3.0+" repository = "https://github.com/xen0n/autojump-rs" [profile.release] lto = true [dependencies.atomicwrites] version = "0.3" [dependencies.clap] version = "4" features = [ "cargo", "wrap_help", ] [dependencies.dirs] version = "4.0" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.strsim] version = "0.10" [features] default = [] nightly = []