# 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 = "2018" name = "alcro" version = "0.5.4" authors = ["Srinivasa "] description = "A library to create desktop apps using rust and modern web technologies" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Srinivasa314/alcro" [[test]] name = "integration_test" [[test]] name = "tokio_test" required-features = ["tokio"] [dependencies.crossbeam-channel] version = "0.5.2" [dependencies.dashmap] version = "5.1.0" [dependencies.libc] version = "0.2.119" [dependencies.nix] version = "0.23.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tinyfiledialogs] version = "3.9.0" [dependencies.tokio] version = "1.17.0" features = ["rt"] optional = true [dev-dependencies.actix-rt] version = "2.6.0" [dev-dependencies.actix-web] version = "3.3.3" [dev-dependencies.anyhow] version = "1.0.55" [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.mime_guess] version = "2.0.4" [dev-dependencies.rust-embed] version = "6.3.0" [dev-dependencies.tokio] version = "1.17.0" features = ["rt", "rt-multi-thread", "macros"] [target."cfg(windows)".dependencies.os_str_bytes] version = "6.0.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["namedpipeapi", "synchapi", "handleapi"]