# 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 = "anor-api" version = "0.1.1" authors = ["Sheroz Khaydarov"] description = "Anor API Service" documentation = "https://docs.rs/anor-api" readme = "README.md" keywords = [ "api", "server", "network", "data", "cache", ] categories = [ "data-structures", "caching", "database", "network-programming", ] license = "MIT" repository = "https://github.com/anor-rs/anor" resolver = "1" [dependencies.anor-storage] version = "0.1" [dependencies.anor-utils] version = "0.1" [dependencies.bytes] version = "1.5.0" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.prost] version = "0.12" [build-dependencies.prost-build] version = "0.12.1"