# 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" rust-version = "1.82" name = "kalatori" version = "0.3.0" authors = [ "Alexander Slesarev ", "Vova Lando ", "Artyom Sheviakov ", ] build = "build.rs" exclude = [ ".github", "cliff.toml", "Dockerfile", "chopsticks/", "configs", "is_version_greater.sh", "shoot.sh", "start.sh", "/tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A gateway daemon for Kalatori." homepage = "https://github.com/Alzymologist/Kalatori-backend" documentation = "https://docs.rs/Kalatori-backend" readme = "README.md" keywords = [ "substrate", "blockchain", "finance", "service", "middleware", ] categories = ["finance"] license = "GPL-3.0-or-later" repository = "https://github.com/Alzymologist/Kalatori-backend" [profile.release] lto = true codegen-units = 1 panic = "abort" overflow-checks = true strip = true [lib] name = "kalatori" path = "src/lib.rs" [[bin]] name = "kalatori" path = "src/main.rs" [dependencies.ahash] version = "0.8" [dependencies.async-lock] version = "3" [dependencies.axum] version = "0.7" features = [ "tokio", "http1", "query", "json", "matched-path", ] default-features = false [dependencies.axum-macros] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "cargo", "env", "string", "wrap_help", "deprecated", ] [dependencies.codec] version = "3" features = [ "chain-error", "derive", ] package = "parity-scale-codec" [dependencies.const-hex] version = "1" [dependencies.frame-metadata] version = "18" [dependencies.hashing] version = "0.1" package = "sp-crypto-hashing" [dependencies.indoc] version = "2" [dependencies.jsonrpsee] version = "0.24" features = ["ws-client"] [dependencies.mnemonic-external] version = "0.1.0" [dependencies.names] version = "0.14" default-features = false [dependencies.primitive-types] version = "0.13" features = [ "codec", "serde", ] [dependencies.reqwest] version = "0.12" [dependencies.scale-info] version = "2" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.shadow-rs] version = "0.36" default-features = false [dependencies.sled] version = "0.34" [dependencies.substrate-constructor] version = "0.2.0" [dependencies.substrate-crypto-light] version = "0.1.0" [dependencies.substrate_parser] version = "0.7.0" [dependencies.thiserror] version = "2" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "signal", "time", ] [dependencies.tokio-util] version = "0.7" features = ["rt"] [dependencies.toml_edit] version = "0.22" features = [ "serde", "parse", "perf", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "time", ] [dependencies.zeroize] version = "1" [build-dependencies.shadow-rs] version = "0.36" default-features = false [lints.clippy] allow_attributes = "warn" arithmetic_side_effects = "warn" cargo_common_metadata = "warn" mod_module_files = "warn" shadow_reuse = "warn" shadow_same = "warn" shadow_unrelated = "warn" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] future_incompatible = "warn" let_underscore = "warn" rust_2018_idioms = "warn" unused = "warn" [lints.rust.rust-2024-compatibility] level = "warn" priority = -1