algosul 0.0.6

Some user-friendly yet personalized tools
# 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 = "2024"
name = "algosul"
version = "0.0.6"
authors = ["algosul <hxb.air@gmail.com>"]
build = "build.rs"
exclude = ["/docs/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some user-friendly yet personalized tools"
readme = "README.md"
keywords = ["algosul"]
license-file = "LICENSE"
repository = "https://github.com/algosul/algosul-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "-cfg",
    "docsrs",
]

[features]
default = []
serde = ["algosul-core/serde"]
std = ["algosul-core/std"]
unstable = ["algosul-core/unstable"]

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

[dependencies.algosul-core]
version = "0.0.6"
default-features = false

[build-dependencies.env_logger]
version = "0.11.8"
features = []