# 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 = "valence_market" version = "0.1.1" description = "Set up a web3 marketplace in seconds" homepage = "https://a-block.io" documentation = "https://a-block.io" readme = "README.md" keywords = [ "market", "marketplace", "blockchain", "L2", "P2P", ] license = "MIT" repository = "https://github.com/ABlockOfficial/valence_market" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.31" [dependencies.futures] version = "0.3.28" [dependencies.mongodb] version = "2.6.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.173" features = ["derive"] [dependencies.valence_core] version = "0.1.1" [dependencies.warp] version = "0.3.5"