algosul-core 0.0.5

Some user-friendly yet personalized tools
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 = "2024"
name = "algosul-core"
version = "0.0.5"
authors = ["algosul@github.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some user-friendly yet personalized tools"
homepage = "https://github.com/algosul/algosul"
readme = "README.md"
keywords = ["algosul"]
license = "AGPL-3.0-only"
repository = "https://github.com/algosul/algosul"

[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = []

[features]
codegen = [
    "unicode-xid",
    "syn",
    "proc-macro2",
    "quote",
    "glob",
]
default = ["codegen"]
deps = []
full = [
    "codegen",
    "deps",
]

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

[dependencies.glob]
version = "0.3.2"
features = []
optional = true

[dependencies.proc-macro2]
version = "1.0.95"
optional = true

[dependencies.quote]
version = "1.0.40"
optional = true

[dependencies.syn]
version = "2.0.104"
features = ["full"]
optional = true

[dependencies.unicode-xid]
version = "0.2.6"
optional = true