concision-derive 0.1.14

Concision is a complete data-science toolkit written in Rust
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[features]
alloc = []
default = ["std"]
std = []
wasi = []
wasm = []

[lib]
bench = false
proc-macro = true
test = false

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)"]
categories = ["science"]
description = "Concision is a complete data-science toolkit written in Rust"
edition = "2021"
homepage = "https://github.com/FL03/concision/wiki"
keywords = ["data-science", "scsys", "toolkit"]
license = "Apache-2.0"
name = "concision-derive"
readme = "README.md"
repository = "https://github.com/FL03/concision"
version = "0.1.14"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]

[target.wasm32-unknown-unknown]

[target.wasm32-wasi]