[package]
edition = "2021"
name = "car-runtime"
version = "0.34.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Umbrella entry point for external Rust consumers of Common Agent Runtime"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Parslee-ai/car"
[lib]
name = "car_runtime"
path = "src/lib.rs"
[dependencies.car-active-planner]
version = "0.34.0"
[dependencies.car-ast]
version = "0.34.0"
[dependencies.car-browser]
version = "0.34.0"
[dependencies.car-desktop]
version = "0.34.0"
[dependencies.car-engine]
version = "0.34.0"
[dependencies.car-sandbox]
version = "0.34.0"
[dependencies.car-voice]
version = "0.34.0"
[lints.clippy]
assertions_on_constants = "allow"
doc_lazy_continuation = "allow"
empty_line_after_doc_comments = "allow"
field_reassign_with_default = "allow"
large_enum_variant = "allow"
needless_range_loop = "allow"
result_large_err = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_sort_by = "allow"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(car_system_audio)",
"cfg(car_skip_mlx)",
"cfg(car_skip_cuda)",
]