[package] name = "hictor" version = "0.1.6" edition = "2021" license = "MIT OR Apache-2.0" authors = [ "hantingjun " ] repository = "https://gitee.com/1467792822/hictor" description = "declarative macro for __attribute__((constructor))/__attribute__((destructor))" keywords = ["ctor", "dtor", "constructor", "destructor", "no_std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "example" path = "src/example.rs" [dependencies]