# 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 = "rserve" version = "0.1.9" authors = ["ahaoboy"] description = "rserve" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/rserve" [profile.dist] lto = "thin" inherits = "release" [dependencies.actix-cors] version = "0.7.0" [dependencies.actix-files] version = "0.6.5" [dependencies.actix-web] version = "4.7.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.fast_qr] version = "0.12.5" [dependencies.find_port] version = "0.1.0" [dependencies.local-ip-address] version = "0.6.1"