[package] name = "gpl-governance" version = "2.1.2" description = "Gemachain Program Library Governance Program" authors = ["Gemachain Maintainers "] repository = "https://github.com/gemacoin/gemachain.git" license = "Apache-2.0" edition = "2018" [features] no-entrypoint = [] test-bpf = [] [dependencies] arrayref = "0.3.6" bincode = "1.3.2" borsh = "0.9.1" num-derive = "0.3" num-traits = "0.2" serde = "1.0.130" serde_derive = "1.0.103" gemachain-program = "1.8.2" gpl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] } gpl-governance-tools= { version = "0.1.0", path ="../tools"} thiserror = "1.0" [dev-dependencies] assert_matches = "1.5.0" base64 = "0.13" lazy_static = "1.4.0" proptest = "1.0" gemachain-program-test = "1.8.2" gemachain-sdk = "1.8.2" gpl-governance-test-sdk = { version = "0.1.0", path ="../test-sdk"} gpl-governance-v1 = {package="gpl-governance", version = "1.1.1", features = [ "no-entrypoint" ] } [lib] crate-type = ["cdylib", "lib"]