# 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 = "hardshare" version = "0.13.1" authors = ["Scott C. Livingston "] include = [ "/src", "/CHANGELOG", "/keys/public.pem", ] description = "share your hardware through the rerobots infrastructure" homepage = "https://hardshare.dev/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rerobots/hardshare" [profile.release] panic = "abort" [dependencies.actix] version = "0.10" [dependencies.actix-codec] version = "0.3" [dependencies.actix-web] version = "3" [dependencies.actix-web-actors] version = "3" [dependencies.awc] version = "2" features = ["openssl"] [dependencies.base64] version = "0.21" [dependencies.bytes] version = "0.5" [dependencies.clap] version = "2.33.0" features = ["color"] default-features = false [dependencies.env_logger] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.home] version = "0.5.3" [dependencies.image] version = "0.24.6" [dependencies.jwt] version = "0.11" features = ["openssl"] [dependencies.log] version = "0.4" [dependencies.nix] version = "0.26" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tempfile] version = "3.1" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.insta] version = "1.36" [dev-dependencies.mockito] version = "0.30.0" [dev-dependencies.tempfile] version = "3.1" [target."cfg(target_os=\"linux\")".dependencies.v4l] version = "0.14" features = ["v4l2"] [target."cfg(target_os=\"macos\")".dependencies.openpnp_capture] version = "0.2.4" [target."cfg(unix)".dependencies.openssl-probe] version = "0.1.4"