[package] name = "gpl-feature-proposal" version = "1.0.0" description = "Gemachain Program Library Feature Proposal Program" authors = ["Gemachain Maintainers "] repository = "https://github.com/gemacoin/gemachain.git" license = "Apache-2.0" edition = "2018" [features] no-entrypoint = [] test-bpf = [] [dependencies] borsh = "0.9" borsh-derive = "0.9.0" gemachain-program = "1.8.2" gpl-token = { version = "3.2", path = "../../token/program", features = ["no-entrypoint"] } [dev-dependencies] gemachain-program-test = "1.8.2" gemachain-sdk = "1.8.2" [lib] crate-type = ["cdylib", "lib"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]