sails-idl-parser 0.9.3

IDL parser for the Sails framework
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.88"
name = "sails-idl-parser"
version = "0.9.3"
authors = ["Gear Technologies"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IDL parser for the Sails framework"
documentation = "https://docs.rs/sails-idl-parser"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/sails"

[lib]
name = "sails_idl_parser"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.lalrpop-util]
version = "0.20"

[dependencies.logos]
version = "0.13"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.itertools]
version = "0.14"

[build-dependencies.lalrpop]
version = "0.20"
default-features = false