zccache-cli 1.9.1

PyO3 cdylib hosting the `zccache._native` extension module
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"
rust-version = "1.94.1"
name = "zccache-cli"
version = "1.9.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyO3 cdylib hosting the `zccache._native` extension module"
homepage = "https://github.com/zackees/zccache"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zackees/zccache"

[features]
default = []
python = ["dep:pyo3"]

[lib]
name = "zccache_cli"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.pyo3]
version = "0.23"
features = [
    "extension-module",
    "generate-import-lib",
    "abi3-py310",
]
optional = true

[dependencies.zccache]
version = "=1.9.1"

[build-dependencies.pyo3-build-config]
version = "0.23"