[[bin]]
name = "adic-shape"
path = "src/main.rs"
[dependencies.adic]
version = "0.3.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.20"
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"
[dependencies.itertools]
version = "0.14.0"
[dependencies.leptos]
features = ["csr"]
optional = true
version = "0.7.0"
[dependencies.petgraph]
version = "0.7.1"
[dependencies.svg]
version = "0.18.0"
[features]
leptos = ["dep:console_error_panic_hook", "dep:leptos"]
[lib]
name = "adic_shape"
path = "src/lib.rs"
[lints.clippy]
assign_op_pattern = "allow"
bool_to_int_with_if = "allow"
many_single_char_names = "allow"
must_use_candidate = "allow"
similar_names = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
non_upper_case_globals = "allow"
unsafe_code = "forbid"
unused_parens = "allow"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "visualization"]
description = "Visualizing p-adic numbers"
edition = "2021"
keywords = ["mathematics", "modular", "number", "padic", "plot"]
license = "MIT OR Apache-2.0"
name = "adic-shape"
readme = "readme.md"
repository = "https://gitlab.com/pmodular/adic"
version = "0.1.2"