oca-file 2.0.0

Rust implementation of OCAFile
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 = "oca-file"
version = "2.0.0"
authors = ["Human Colossus Community <contact@humancolossus.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of OCAFile"
readme = "README.md"
license = "EUPL-1.2"
resolver = "2"

[package.metadata.release]
tag-name = "{{crate_name}}-v{{version}}"
pre-release-commit-message = "chore({{crate_name}}): release {{version}} version"

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

[dependencies.clap]
version = "4.0.29"
features = ["derive"]

[dependencies.convert_case]
version = "0.10.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.indexmap]
version = "2.12.0"
features = ["serde"]

[dependencies.log]
version = "0.4.20"

[dependencies.oca-ast]
version = "2.0.0"

[dependencies.overlay-file]
version = "1.0.0"

[dependencies.pest]
version = "2.5.1"

[dependencies.pest_derive]
version = "2.5.1"

[dependencies.pretty_assertions]
version = "1.3.0"

[dependencies.recursion]
version = "0.5.1"

[dependencies.said]
version = "0.5.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.sled]
version = "0.34.7"

[dependencies.thiserror]
version = "2.0.17"