[package] name = "rts_proc" version = "0.1.0" authors = ["Myeongseon Choi"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/key262yek/rust_rts" documentation = "https://docs.rs/rust_rts" description = """ Procedural macros crate for rust_rts crate which is the rust package for Random Target Search simulation """ keywords = ["random-target-search", "target-search", "rts"] categories = ["simulation", "Molecular-Dynamics"] include = ["src/", "Cargo.toml", "README.md", "LICENSE-*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro=true [dependencies] proc-macro2="1.0" proc-quote="0.4" syn="1.0"