[package] name = "argentum_rest_infrastructure" description = "The infrastructure layer of REST component" version = "0.2.6" authors = ["Vital Leshchyk "] license = "BSD-3-Clause" edition = "2021" homepage = "https://github.com/argentum-toolkit/argentum" repository = "https://github.com/argentum-toolkit/argentum" documentation = "https://github.com/argentum-toolkit/argentum" readme = "readme.adoc" [dependencies] async-trait = "0.1.*" bytes = "1.5.*" erased-serde = "0.3.*" http-body-util = "0.1.*" hyper = { version = "1.0.0", features = ["full"] } pin-project-lite = "0.2.*" serde = { version = "1.0.*", features = ["derive"] } serde_json = "1.0.*" serde_valid = "0.16.*" tokio = { version = "1.34.*", features = ["full"] } thiserror = "1.0.*" argentum_log_business = { path = "../../argentum_log/business", version = ">=0.2.0-dev,<0.3.0" } argentum_standard_business = { path = "../../argentum_standard/business", version = ">=0.2.0-dev,<0.3.0" } argentum_standard_infrastructure = { path = "../../argentum_standard/infrastructure", version = ">=0.2.0-dev,<0.3.0" } argentum_user_account_business = { path = "../../argentum_user_account/business", version = ">=0.2.0-dev,<0.3.0" } argentum_user_business = { path = "../../argentum_user/business", version = ">=0.2.0-dev,<0.3.0" }