# 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-service" version = "0.1.0" authors = ["Rex Raphael "] description = "Service discovery and registry for North Microservice Framework" homepage = "https://github.com/juicycleff/north-service" 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-service" [dependencies.async-trait] version = "0.1" [dependencies.async-zeroconf] version = "0.2" optional = true [dependencies.log] version = "0.4.14" [dependencies.nanoid] version = "0.4" [dependencies.north-common] version = "0.0.1" [dependencies.north-consul] version = "0" optional = true [features] default = [] registry-consul = ["north-consul"] registry-local = ["async-zeroconf"]