mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
18 lines
463 B
TOML
18 lines
463 B
TOML
[package]
|
|
name = "sp-serializer"
|
|
version = "2.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate customizable serde serializer."
|
|
documentation = "https://docs.rs/sp-serializer"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
serde = "1.0.101"
|
|
serde_json = "1.0.41"
|