# 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 = "jump-kun" version = "0.4.16" authors = ["TakaakiFuruse "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple directory jumper made by rust." readme = "README.md" license = "MIT" repository = "https://github.com/TakaakiFuruse/jump-kun" [lib] name = "jump_kun" path = "src/lib.rs" [[bin]] name = "jump-kun" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.dirs] version = "5.0.1" [dependencies.ignore] version = "0.4.23" [dependencies.jump-kun-macros] version = "0.1.16" [dependencies.jwalk] version = "0.8.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.skim] version = "0.10.4" [dependencies.sled] version = "0.34.7"