# 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 = "net-component" version = "0.1.0" description = """ This crate defines core traits and types for the components in net-timescale. The component in the context is a separate microservice which handles each own type of requests from net-gateway - rest server. Because of the amount of such services we decided to create a trait which defines the skeleton of each one to reduce the code duplicate. """ readme = "README.md" license = "Apache-2.0" resolver = "1" [dependencies.async-trait] version = "0.1.80" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.net-config] version = "0.1.1" [dependencies.net-core-api] version = "0.5.0" [dependencies.net-transport] version = "0.1.1" features = ["quinn"] [dependencies.sqlx] version = "0.7.0" features = [ "runtime-async-std", "tls-native-tls", "postgres", "chrono", ] [dependencies.tokio] version = "1.28.1" features = ["full"]