# 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" 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" [[bin]] name = "moonramp" path = "src/bin/moonramp.rs" [[bin]] name = "moonrampctl" path = "src/bin/moonramp_ctl.rs" [[bin]] name = "moonramp-keygen" path = "src/bin/moonramp_keygen.rs" [[bin]] name = "moonramp-prgm-harness" path = "src/bin/moonramp_prgm_harness.rs" [dependencies.actix-rt] version = "2.7.0" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.moonramp-core] version = "^0.1" features = [ "lib", "http", ] [dependencies.moonramp-encryption] version = "^0.1" [dependencies.moonramp-entity] version = "^0.1" [dependencies.moonramp-lunar] version = "^0.1" [dependencies.moonramp-migration] version = "^0.1" [dependencies.moonramp-program-rpc] version = "^0.1" [dependencies.moonramp-registry] version = "^0.1" [dependencies.moonramp-rpc] version = "^0.1" [dependencies.moonramp-sale-rpc] version = "^0.1" [dependencies.moonramp-wallet-rpc] version = "^0.1"