# 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 = "crypto-sanctions-server" version = "0.3.2" authors = ["stdfox "] exclude = [ ".dockerignore", ".editorconfig", ".gitattributes", ".gitignore", "Dockerfile", ] description = "An http server that allows you to check whether a crypto wallet address is on the sanctions list via json api" homepage = "https://github.com/stdfox/crypto-sanctions-server" readme = "README.md" keywords = [ "cryptocurrency", "sanctions", "compliance", "ofac", "sdn", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/stdfox/crypto-sanctions-server" [profile.dev] lto = "off" debug = 0 [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 strip = "symbols" [dependencies.clap] version = "~4.5" features = [ "derive", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.fern] version = "~0.6" features = ["colored"] default-features = false [dependencies.http-body-util] version = "~0.1" default-features = false [dependencies.hyper] version = "~1.2" features = [ "client", "server", ] default-features = false [dependencies.hyper-tls] version = "~0.6" default-features = false [dependencies.hyper-util] version = "~0.1" features = ["http1"] default-features = false [dependencies.itertools] version = "~0.12" features = ["use_std"] default-features = false [dependencies.log] version = "~0.4" default-features = false [dependencies.regex] version = "~1.10" features = [ "std", "unicode-perl", ] default-features = false [dependencies.time] version = "~0.3" features = ["formatting"] default-features = false [dependencies.tokio] version = "~1.36" features = [ "macros", "rt-multi-thread", ] default-features = false [lints.rust] unsafe_code = "forbid"