ipcrust 0.2.2

IP calculator written in Rust
# 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 = "ipcrust"
version = "0.2.2"
authors = ["Pavle Obradovic <pobradovic08@gmail.com>"]
description = "IP calculator written in Rust"
readme = "README.md"
keywords = [
    "cli",
    "ip",
    "network",
    "calculator",
]
license = "GPL-3.0-only"
repository = "https://github.com/pobradovic08/ipcrust"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3

[dependencies.regex]
version = "1.10.4"