trane 0.28.0

An automated system for learning complex skills
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"
name = "trane"
version = "0.28.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An automated system for learning complex skills"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/trane-project/trane"

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.indoc]
version = "2.0.7"

[dependencies.parking_lot]
version = "0.12.5"
features = ["hardware-lock-elision"]

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.rand]
version = "0.10.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

[dependencies.rusqlite_migration]
version = "2.4.1"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.ustr]
version = "1.1.0"
features = ["serde"]

[dependencies.walkdir]
version = "2.5.0"

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]

[profile.bench]
debug = 2