# 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" rust-version = "1.70" name = "usbase" version = "1.202307.312008" autobins = true autotests = false description = "A base lib for unitedservices" license = "Apache-2.0" [dependencies.actix-web] version = "4.3.1" [dependencies.bevy_reflect] version = "0.10.1" [dependencies.chrono] version = "0.4.26" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.prost] version = "0.11.9" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.6.3" features = [ "runtime-actix-rustls", "mysql", "json", "chrono", "decimal", "macros", "offline", "time", "sqlx-macros", ] default-features = false [dependencies.tonic] version = "0.9.2" [dependencies.usc] version = "1.20230730.1349"