clifford-codegen 0.3.0

Code generator for optimized geometric algebra types
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"
rust-version = "1.87.0"
name = "clifford-codegen"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generator for optimized geometric algebra types"
readme = "README.md"
keywords = [
    "geometric-algebra",
    "code-generation",
    "clifford-algebra",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/DevonMorris/clifford"

[lib]
name = "clifford_codegen"
path = "src/lib.rs"

[[bin]]
name = "clifford-codegen"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

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

[dependencies.quote]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.symbolica]
version = "1.2"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
missing_docs_in_private_items = "deny"
uninlined_format_args = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "deny"
warnings = "deny"