mise-cache-rustc 2026.8.1

Conservative rustc action analysis and key construction for mise
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 = "2024"
name = "mise-cache-rustc"
version = "2026.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conservative rustc action analysis and key construction for mise"
homepage = "https://github.com/jdx/mise"
readme = false
license = "MIT"
repository = "https://github.com/jdx/mise"

[features]
default = ["rustls"]
native-tls = ["mise-cache-core/native-tls"]
rustls = ["mise-cache-core/rustls"]
rustls-native-roots = ["mise-cache-core/rustls-native-roots"]

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

[dependencies.mise-cache-core]
version = "2026.8.1"
default-features = false

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

[dependencies.thiserror]
version = "2"

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