buildfix-core-runtime 0.3.1

Core runtime adapters and settings for buildfix embeddings.
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"
rust-version = "1.92"
name = "buildfix-core-runtime"
version = "0.3.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime adapters and settings for buildfix embeddings."
homepage = "https://github.com/EffortlessMetrics/buildfix"
readme = "README.md"
keywords = [
    "cargo",
    "workflow",
    "automation",
    "editing",
    "adapters",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/buildfix"
resolver = "2"

[features]
default = [
    "fs",
    "git",
    "memory",
]
fs = []
git = []
memory = []

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

[[test]]
name = "runtime_tests"
path = "tests/runtime_tests.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.buildfix-edit]
version = "0.3.1"

[dependencies.buildfix-receipts]
version = "0.3.1"

[dependencies.camino]
version = "1.2.2"
features = ["serde1"]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.fs-err]
version = "3.2.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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