[package] name = "rhdxmr-publish-test3" version = "0.1.0" edition = "2018" description = "rhdxmr publish test 3" repository = "https://github.com/rhdxmr/rhdxmr-publish-test3" authors = ["Junyeong Jeong "] links = "bpf" license = "MIT OR Apache-2.0" keywords = ["rhdxmr"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zero = "0.1" libc = "0.2" regex = { version = "1.5" } glob = "0.3.0" [build-dependencies] cc = "1.0" bindgen = {version = "0.59.1", default-features = false, features = ["runtime"]} libc = "0.2" glob = "0.3.0" [package.metadata.docs.rs] all-features = true