# 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 = "emulot" version = "2.1.1" authors = ["Jeff Caffrey-Hill "] description = "A configuration management solution for QEMU" readme = "README.md" keywords = [ "emulation", "management", "QEMU", ] license = "MIT" repository = "https://github.com/ReverentEngineer/emulot" [dependencies.axum] version = "0.6.10" features = [ "macros", "http2", ] [dependencies.chashmap] version = "2.2.2" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.curl] version = "0.4.44" [dependencies.hyper] version = "0.14.25" features = ["server"] [dependencies.openssl] version = "0.10.48" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.rusqlite] version = "0.28.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = [ "rt", "macros", "process", "io-util", ] [dependencies.toml] version = "0.7.3" [dependencies.url] version = "2.3.1" [dev-dependencies.serde_test] version = "1.0.159"