git-meta-cli 0.1.0

Command-line tool for structured Git metadata (get/set, serialize, materialize, push/pull). Installs the `git-meta` binary.
# 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 = "git-meta-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for structured Git metadata (get/set, serialize, materialize, push/pull). Installs the `git-meta` binary."
documentation = "https://docs.rs/git-meta-cli"
readme = "README.md"
keywords = [
    "git",
    "metadata",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/git-meta/git-meta"

[features]
bench = []

[[bin]]
name = "git-meta"
path = "src/main.rs"

[[test]]
name = "e2e"
path = "tests/e2e/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dialoguer]
version = "0.11"

[dependencies.git-meta-lib]
version = "0.1.0"
features = ["internal"]

[dependencies.gix]
version = "0.81.0"
features = [
    "sha1",
    "revision",
    "merge",
    "tree-editor",
    "blob-diff",
]
default-features = false

[dependencies.notify]
version = "7"

[dependencies.rusqlite]
version = "0.33"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "macros",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[dev-dependencies.gix]
version = "0.81.0"
features = [
    "sha1",
    "revision",
    "merge",
    "tree-editor",
    "blob-diff",
]
default-features = false

[dev-dependencies.gix-testtools]
version = "0.18"

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

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

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

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

[lints.clippy]
cloned_instead_of_copied = "warn"
expect_used = "deny"
implicit_clone = "warn"
manual_let_else = "warn"
map_unwrap_or = "warn"
redundant_closure_for_method_calls = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
unwrap_used = "deny"