# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "substrate-differ" version = "0.13.0" description = "help comparing/diffing 2 version of Substrate metadata or 2 Runtimes" license = "MIT" resolver = "2" [dependencies.frame-metadata] version = "14.0.0-rc.1" features = ["v12", "v13", "v14", "std"] [dependencies.log] version = "0.4" [dependencies.num-format] version = "0.4" [dependencies.rustc-serialize] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.treediff] version = "4.0" features = ["with-serde-json", "with-rustc-serialize"] [dependencies.wasm-testbed] version = "0.13.1" [dev-dependencies.wasm-loader] version = "0.13.0"