sails-idl-parser 2.0.0

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.93"
name = "sails-idl-parser"
version = "2.0.0"
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.hashbrown]
version = "0.17"

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

[dependencies.logos]
version = "0.16"
features = ["export_derive"]
default-features = false

[dependencies.talc]
version = "5.0"

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

[dev-dependencies.itertools]
version = "0.14"
default-features = false

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