webots-proto 0.1.1

Facade crate for parsing, templating, resolving, and validating Webots PROTO.
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.85"
name = "webots-proto"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for parsing, templating, resolving, and validating Webots PROTO."
homepage = "https://github.com/jBernavaPrah/webots-proto"
documentation = "https://docs.rs/webots-proto"
readme = "README.md"
keywords = [
    "webots",
    "proto",
    "vrml",
    "robotics",
    "parser",
]
categories = [
    "parser-implementations",
    "encoding",
    "science::robotics",
]
license = "MIT"
repository = "https://github.com/jBernavaPrah/webots-proto"

[features]
default = [
    "template",
    "resolver",
    "schema",
    "validation",
    "r2025a",
]
r2025a = ["schema"]
resolver = [
    "template",
    "dep:webots-proto-resolver",
]
schema = ["dep:webots-proto-schema"]
template = ["dep:webots-proto-template"]
validation = [
    "schema",
    "resolver",
]

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

[[example]]
name = "workflow"
path = "examples/workflow.rs"

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

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

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

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

[dependencies.thiserror]
version = "2.0.16"

[dependencies.webots-proto-ast]
version = "0.1.1"

[dependencies.webots-proto-resolver]
version = "0.1.1"
optional = true

[dependencies.webots-proto-schema]
version = "0.1.1"
optional = true

[dependencies.webots-proto-template]
version = "0.1.1"
optional = true