[package] name = "azimuth-core" description = "core implementation of the azimuth computer algebra system" categories = ["Mathematics", "No standard library", "Algorithms"] keywords = ["no_std", "library", "mathematics", "cross-platform"] version = "0.0.0" authors = ["superwhiskers "] repository = "https://github.com/superwhiskers/azimuth" readme = "readme.md" edition = "2024" license = "AGPL-3.0" [features] # Enable the use of core::fmt in azimuth-core. # # Gated behind a feature to reduce code bloat where it is undesirable. core-fmt = [] # Enable the use of core::error in azimuth-core. # # Gated behind a feature due to its dependency upon core::fmt. core-error = ["core-fmt"]