cicero_path 0.14.0

Access paths relevant for CI code.
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 = "cicero_path"
version = "0.14.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Access paths relevant for CI code."
readme = "README.md"
keywords = [
    "ci",
    "xtask",
    "build",
    "automation",
    "distribution",
]
categories = ["development-tools::build-utils"]
license = "Apache-2.0"
repository = "https://codeberg.org/trem/cicero/"
resolver = "3"

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

[dependencies.cicero_core]
version = "0.14.0"
features = ["user"]

[dependencies.repo_path]
version = "1.4"

[lints.clippy]
doc-markdown = "warn"
unwrap_used = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"