webots-proto-resolver 0.1.1

EXTERNPROTO resolution for Webots PROTO documents.
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-resolver"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EXTERNPROTO resolution for Webots PROTO documents."
homepage = "https://github.com/jBernavaPrah/webots-proto"
documentation = "https://docs.rs/webots-proto-resolver"
readme = "README.md"
keywords = [
    "webots",
    "proto",
    "resolver",
    "externproto",
    "robotics",
]
categories = [
    "parser-implementations",
    "filesystem",
    "science::robotics",
]
license = "MIT"
repository = "https://github.com/jBernavaPrah/webots-proto"

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

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

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

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

[dependencies.thiserror]
version = "2.0.16"

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

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