[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "crate_interface"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Yuekai Jia <equation618@gmail.com>", "Su Mingxian <aarkegz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "no-std"]
description = "Provides a way to define an interface (trait) in a crate, but can implement or use it in any crate."
documentation = "https://docs.rs/crate_interface"
edition = "2021"
homepage = "https://github.com/arceos-org/arceos"
keywords = ["arceos", "api", "macro"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "crate_interface"
readme = "README.md"
repository = "https://github.com/arceos-org/crate_interface"
rust-version = "1.68"
version = "0.2.0"
[[test]]
name = "test_crate_interface"
path = "tests/test_crate_interface.rs"