[package] name = "ton_networkconfig" version = "0.1.0" edition = "2021" description = "Implementation of TON config.json structures with network parameters" repository = "https://github.com/tonstack/lite-client" keywords = ["ton"] categories = ["network-programming"] license = "MIT" authors = ["Vladimir Lebedev "] [dependencies] serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" serde_with = { version = "1.12.0", features = ["base64"] }