# 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 = "north-common" version = "0.1.10" description = "Common logic used in North Microservice Framework" homepage = "https://github.com/juicycleff/north-common" documentation = "https://docs.rs/north/" readme = "README.md" keywords = [ "http", "web", "framework", "async", "microservice", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", ] license = "MIT/Apache-2.0" repository = "https://github.com/juicycleff/north-common" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1" [dependencies.serde] version = "1.0.195" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yaml] version = "0.9" [dependencies.syn] version = "2.0" features = [ "full", "fold", "parsing", ] [dependencies.yansi] version = "0.5" [dev-dependencies.rstest] version = "0.18.1"