# 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 = "atlasserver" version = "0.3.0" authors = ["extrawurst ", "lyon "] description = "Atlas is a rust library for the purpose of composing REST APIs out of re-usable and extensible modules, specifically with supporting the networking needs of online gaming services in mind." homepage = "https://github.com/gameroasters/atlasserver" readme = "README.md" license = "MIT" repository = "https://github.com/gameroasters/atlasserver" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.frunk] version = "0.3" [dependencies.protobuf] version = "=2.22.1" features = ["with-serde"] [dependencies.rusoto_core] version = "0.47" [dependencies.rusoto_dynamodb] version = "0.47" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.warp] version = "0.3" [dev-dependencies.json] version = "0.12" [dev-dependencies.mockito] version = "0.30" [dev-dependencies.pretty_assertions] version = "1.1" [dev-dependencies.tracing-subscriber] version = "0.3" [build-dependencies.protobuf-codegen-pure] version = "=2.22.1" [features] default = ["json-proto"] json-proto = ["with-serde"] with-serde = []