[package] name = "libquartz" version = "0.2.0" edition = "2021" license = "BSD-2-Clause" authors = ["Demir Yerli "] description = "Secure communication protocols" repository = "https://bultek.synchron.com.ua/bultekdev/software/libquartz" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] # Generate all libs available crate-type = ["cdylib", "staticlib", "rlib"] [dependencies] rand = "0.8" tokio = {version = "1", features = ["full"]} reqwest = {version = "0.11", features = ["json"]} magic-crypt = "3.1" futures = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"