[package]
edition = "2021"
name = "hyperstack-idl"
version = "0.1.2"
authors = ["Hypertek"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IDL parsing and type system for HyperStack"
documentation = "https://docs.rs/hyperstack-idl"
readme = "README.md"
keywords = [
"hyperstack",
"idl",
"types",
"parsing",
]
categories = ["development-tools"]
license-file = "LICENSE"
repository = "https://github.com/HyperTekOrg/hyperstack.git"
[lib]
name = "hyperstack_idl"
path = "src/lib.rs"
[[test]]
name = "parse_fixtures"
path = "tests/parse_fixtures.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.strsim]
version = "0.11"