cargo-shape-check 0.1.0

Skip unnecessary downstream crate rebuilds by hashing only the public API surface
Documentation
# 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 = "cargo-shape-check"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Skip unnecessary downstream crate rebuilds by hashing only the public API surface"
readme = "README.md"
keywords = [
    "cargo",
    "incremental",
    "compilation",
    "build",
    "hash",
]
categories = [
    "development-tools::cargo-plugins",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sevenevesai/cargo-shape-check"

[lib]
name = "cargo_shape_check"
path = "src/lib.rs"

[[bin]]
name = "cargo-shape-check"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "printing",
    "visit",
    "extra-traits",
]

[dependencies.toml]
version = "0.8"