adic 0.5.2

Arithmetic and rootfinding for p-adic numbers
Documentation
[package]
name = "adic"
version = "0.5.2"
description = "Arithmetic and rootfinding for p-adic numbers"
readme = "readme.md"
keywords = ["mathematics", "modular", "number", "padic"]
categories = ["mathematics", "science"]
repository.workspace = true
edition.workspace = true
license.workspace = true

[dependencies]
clap.workspace = true
itertools.workspace = true
machine-factor.workspace = true
machine-prime.workspace = true
num.workspace = true
serde = { workspace = true, optional=true }

[dev-dependencies]
assertables.workspace = true

[lints]
workspace = true