[package] name = "data_export_core" version = "0.1.0" edition = "2021" license = "MIT" description = "Dependency for data_export and data_export_macros" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "^0.4", optional = true } proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["full", "extra-traits"] } [features] chrono = ["dep:chrono"]