# 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 = "2021" name = "ergo-types" version = "0.1.0" description = "Ergo blockchain types" license = "MIT" [dependencies.ergo-chain-types] version = "0.14.1" [dependencies.ergo-lib] version = "0.27.1" [dependencies.serde] version = "1.0.198" features = ["derive"] [dev-dependencies.anyhow] version = "1.0.82" [dev-dependencies.reqwest] version = "0.12.4" features = ["json"] [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.tokio] version = "1.37.0" features = ["full"]