# 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.76" name = "libcnb" version = "0.22.0" include = [ "src/**/*", "LICENSE", "README.md", ] description = "A framework for writing Cloud Native Buildpacks in Rust" documentation = "https://docs.rs/libcnb" readme = "README.md" keywords = [ "buildpacks", "CNB", ] license = "BSD-3-Clause" repository = "https://github.com/heroku/libcnb.rs" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.cyclonedx-bom] version = "0.6.1" optional = true [dependencies.libcnb-common] version = "=0.22.0" [dependencies.libcnb-data] version = "=0.22.0" [dependencies.libcnb-proc-macros] version = "=0.22.0" [dependencies.opentelemetry] version = "0.21.0" optional = true [dependencies.opentelemetry-stdout] version = "0.2.0" features = ["trace"] optional = true [dependencies.opentelemetry_sdk] version = "0.21.2" optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.14" [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.tempfile] version = "3.10.1" [features] trace = [ "dep:opentelemetry", "dep:opentelemetry_sdk", "dep:opentelemetry-stdout", ] [lints.clippy] missing_errors_doc = "allow" module_name_repetitions = "allow" panic_in_result_fn = "warn" pedantic = "warn" unwrap_used = "warn" [lints.rust] unreachable_pub = "warn" unsafe_code = "warn" unused_crate_dependencies = "warn"