algosul-derive 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-derive"
version = "0.0.5"
authors = ["algosul@github.com"]
build = "build.rs"
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]
default = []
full = ["index"]
index = []

[lib]
name = "algosul_derive"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.proc-macro2]
version = "1.0.95"
features = []

[dependencies.quote]
version = "1.0.40"

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