[dependencies.indexmap]
version = "2.1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[lib]
name = "cryo_to_df"
path = "src/lib.rs"
proc-macro = true
[package]
description = "cryo_to_df is a procedural macro used for defining datasets"
edition = "2021"
homepage = "https://github.com/paradigmxyz/cryo"
license = "MIT OR Apache-2.0"
name = "cryo_to_df"
repository = "https://github.com/paradigmxyz/cryo"
version = "0.3.2"