# 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 = "moonramp-sale-rpc" version = "0.1.22" authors = [ "MoonRamp Contributors", "Dionysus ", ] description = "Crypto Payment Gateway" homepage = "https://moonramp.github.io" readme = "README.md" license = "MIT" repository = "https://github.com/moonramp/moonramp" [dependencies.actix-web] version = "4.1.0" [dependencies.jsonrpsee] version = "0.14.0" features = [ "macros", "server", ] default-features = false [dependencies.moonramp-core] version = "^0.1" features = [ "full", "wasm", ] [dependencies.moonramp-encryption] version = "^0.1" [dependencies.moonramp-entity] version = "^0.1" [dependencies.moonramp-http] version = "^0.1" [dependencies.moonramp-lunar] version = "^0.1" [dependencies.moonramp-program] version = "^0.1" [dependencies.moonramp-registry] version = "^0.1" [dependencies.moonramp-rpc] version = "^0.1" [dependencies.moonramp-sale] version = "^0.1" [dependencies.moonramp-wallet] version = "^0.1" features = [ "entity", "all-currencies", ] [dev-dependencies.moonramp-core] version = "^0.1" features = [ "full", "wasm", "sql-enable-sqlite", ] [dev-dependencies.moonramp-encryption] version = "^0.1" features = ["testing"] [dev-dependencies.moonramp-entity] version = "^0.1" features = ["testing"] [dev-dependencies.moonramp-migration] version = "^0.1" features = ["testing"]