# 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 = "mvc-rs"
version = "3.3.0"
authors = ["nomissbowling <nomissbowling@yahoo.co.jp>"]
description = "mvc traits for Rust"
homepage = "https://crates.io/crates/mvc-rs"
documentation = "https://docs.rs/mvc-rs/"
readme = "README.md"
keywords = [
    "mvc",
    "model",
    "view",
    "controller",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/nomissbowling/mvc-rs"

[dependencies]