[package] name = "aigc_config" version = "5.1.2" authors = ["Aigc Developers "] description = "Configuration for aigc, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" repository = "https://github.com/aigccoin/aigc" keywords = [ "crypto", "aigc", "mimblewimble" ] workspace = ".." edition = "2018" [dependencies] rand = "0.6" serde = "1" serde_derive = "1" toml = "0.5" dirs = "2.0" aigc_core = { path = "../core", version = "5.1.2" } aigc_servers = { path = "../servers", version = "5.1.2" } aigc_p2p = { path = "../p2p", version = "5.1.2" } aigc_util = { path = "../util", version = "5.1.2" } [dev-dependencies] pretty_assertions = "0.6.1"