# 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 = "2021" name = "shellmark" version = "0.3.0" authors = ["Artem Pyanykh "] description = "Cross-platform bookmark mananger for your shell" homepage = "https://github.com/artempyanykh/shellmark" documentation = "https://docs.rs/shellmark" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/artempyanykh/shellmark" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.0" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.27" features = ["event-stream"] [dependencies.derivative] version = "2.2" [dependencies.directories] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.once_cell] version = "1.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.38" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false [target."cfg(windows)".dependencies.dunce] version = "1.0"