sem-cli 0.8.0

Semantic version control CLI. Shows what entities changed (functions, classes, methods) instead of lines.
# 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 = "sem-cli"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic version control CLI. Shows what entities changed (functions, classes, methods) instead of lines."
homepage = "https://github.com/Ataraxy-Labs/sem"
readme = "README.md"
keywords = [
    "diff",
    "semantic",
    "git",
    "cli",
    "code-review",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ataraxy-Labs/sem"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/sem-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/sem-linux-x86_64.tar.gz"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/sem-linux-arm64.tar.gz"

[package.metadata.binstall.overrides.aarch64-apple-darwin]
pkg-url = "{ repo }/releases/download/v{ version }/sem-darwin-arm64.tar.gz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/sem-windows-x86_64.zip"
pkg-fmt = "zip"

[features]
vendored-openssl = ["openssl-sys/vendored"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.clap_complete_command]
version = "0.6.1"

[dependencies.colored]
version = "2"

[dependencies.git2]
version = "0.20"

[dependencies.ignore]
version = "0.4"

[dependencies.mimalloc]
version = "0.1"

[dependencies.openssl-sys]
version = "0.9"
optional = true

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

[dependencies.sem-core]
version = "0.8.0"

[dependencies.sem-mcp]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

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