oxifft-codegen 0.3.0

Procedural macro crate for OxiFFT codelet generation
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 = "2021"
rust-version = "1.75"
name = "oxifft-codegen"
version = "0.3.0"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
exclude = [
    "benches/",
    "tests/",
    "fuzz/",
    ".github/",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "TODO.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro crate for OxiFFT codelet generation"
homepage = "https://github.com/cool-japan/oxifft"
documentation = "https://docs.rs/oxifft-codegen"
readme = "README.md"
keywords = [
    "fft",
    "codegen",
    "proc-macro",
    "simd",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxifft"

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

[[example]]
name = "code_size_report"
path = "examples/code_size_report.rs"

[dependencies.oxifft-codegen-impl]
version = "0.3.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.num-complex]
version = "0.4"
default-features = false

[dev-dependencies.num-traits]
version = "0.2"
features = ["libm"]
default-features = false

[dev-dependencies.oxifft-codegen-impl]
version = "0.3.0"

[dev-dependencies.proc-macro2]
version = "1.0"

[dev-dependencies.quote]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0"

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"