From c2d0b72239649ecfdcb6de4420fad6e2829cca7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Sat, 29 Nov 2025 16:17:53 +0000 Subject: [PATCH] Delete Cargo.toml --- Cargo.toml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100755 index ac3a25f..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Cargo.toml -[package] -name = "futriix" -version = "1.0.0" -edition = "2024" - -[dependencies] -tokio = { version = "1.0", features = ["full"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -rmp-serde = "1.1" -rmp = "0.8" -toml = "0.8" -rlua = "0.20.1" -crossbeam = "0.8" -dashmap = "5.0" -log = "0.4" -env_logger = "0.10" -anyhow = "1.0" -thiserror = "1.0" -uuid = { version = "1.0", features = ["v4"] } -chrono = { version = "0.4", features = ["serde"] } -hyper = { version = "0.14", features = ["full"] } -hyper-rustls = "0.24" -rustls = "0.21" -rustls-pemfile = "1.0" -tokio-rustls = "0.24" -siphasher = "1.0.1" -csv = "1.3" -futures = "0.3" # Добавлена зависимость futures - -[dev-dependencies] -tokio = { version = "1.0", features = ["full", "rt-multi-thread", "time"] } - -[[test]] -name = "integration_tests" -path = "tests/integration_tests.rs" -harness = true