# 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 = "ip-rs"
version = "0.2.3"
authors = ["Heitor de Bittencourt <heitorpbittencourt@gmail.com>"]
description = "A simple web service to find out your public IP address"
homepage = "https://heitorpb.github.io/bla/ip.rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/heitorPB/ip.rs"

[dependencies.axum]
version = "0.6.20"

[dependencies.hyper]
version = "0.14.27"
features = ["full"]

[dependencies.serde]
version = "1.0.188"
features = ["derive"]

[dependencies.tokio]
version = "1.32.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
version = "0.3.17"