[package] name = "arkley" version = "0.0.2" edition = "2021" readme = "README.md" authors = ["Aarav Shah "] description = "This crate provides several traits for common mathematical operations" documentation = "https://docs.rs/arkley" repository = "https://github.com/Deaths-Door/arkley" homepage = "https://github.com/Deaths-Door/arkley" license = "MIT OR Apache-2.0" [dependencies] arkley_traits = "0.0.2" arkley_numerics = "0.0.2" [workspace] members = [ "arkley_traits", "arkley_numerics", "arkley_algebra", "arkley_describe", ]