# 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 = "airswap-rs" version = "0.2.0" authors = ["Perelyn"] description = "Rust SDK library for the Airswap smart contracts." readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.23" [dependencies.ethers] version = "1.0.2" [dependencies.ethers-contract] version = "1.0" [dependencies.ethers-core] version = "1.0" [dependencies.eyre] version = "0.6" [dependencies.once_cell] version = "1.17.0" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.tokio] version = "1" features = ["full"] [build-dependencies.ethers-contract] version = "1.0" [features] addresses = [ "serde", "serde_json", ] default = ["addresses"] serde = ["dep:serde"]