kr 0.7.0

The Rust Development Toolkit
Documentation
# 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 = "kr"
version = "0.7.0"
authors = ["ShengHui <847713844@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Rust Development Toolkit"
documentation = "https://docs.rs/kr"
readme = "README.md"
keywords = [
    "aes",
    "crypto",
    "hash",
    "sql",
    "redlock",
]
license = "MIT"
repository = "https://github.com/noble-gase/kr"

[features]
default = []
macros = ["kr-macros"]

[lib]
name = "kr"
path = "src/lib.rs"

[dependencies.kr-core]
version = "0.7"

[dependencies.kr-macros]
version = "0.5"
optional = true