bookit 2.0.1

Fast and simple bookmark manager for your operating system.
# 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]
name = "bookit"
version = "2.0.1"
authors = ["nate-wilkins <nate-wilkins@code-null.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and simple bookmark manager for your operating system."
homepage = "https://github.com/Nate-Wilkins/bookit"
documentation = "https://github.com/Nate-Wilkins/bookit"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Nate-Wilkins/bookit"

[[bin]]
name = "bookit"
path = "src/main.rs"

[[test]]
name = "test_bookit"
path = "tests/test_bookit.rs"

[dependencies.anyhow]
version = "1.0.38"

[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
version = "2.33.1"

[dependencies.clap_complete]
version = "4.0.7"

[dependencies.env_logger]
version = "0.10.0"

[dependencies.fsutils]
version = "0.1.7"

[dependencies.log]
version = "0.4.17"

[dependencies.regex]
version = "1.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.8.17"

[dependencies.shellexpand]
version = "2.1.0"

[dependencies.shlex]
version = "1.1.0"

[dependencies.temp-file]
version = "0.1.7"

[dev-dependencies.assert_cmd]
version = "0.10"

[dev-dependencies.predicates]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.tempfile]
version = "3.3.0"