[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[dev-dependencies.kalosm]
features = ["language"]
version = "0.4.0"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.serde_json]
version = "1.0.122"
[dev-dependencies.tokio]
features = ["full"]
version = "1.28.1"
[features]
cuda = []
metal = []
[lib]
name = "kalosm_parse_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Evan Almloff <evanalmloff@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A macro to derive kalosm parsing traits"
edition = "2021"
keywords = ["ai", "bert", "nlp", "machine-learning", "transformers"]
license = "MIT/Apache-2.0"
name = "kalosm-parse-macro"
readme = false
repository = "https://github.com/floneum/floneum"
version = "0.4.1"
[[test]]
name = "enum"
path = "tests/enum.rs"
[[test]]
name = "struct"
path = "tests/struct.rs"
[[test]]
name = "unit"
path = "tests/unit.rs"