[dependencies.rand]
optional = true
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.136"
[dev-dependencies]
[features]
default = []
[package]
authors = ["Aster <192607617@qq.com>"]
description = "The representation of a circle"
documentation = "https://docs.rs/graphics-shape"
edition = "2021"
license = "MPL-2.0"
name = "graphics-shape"
readme = "Readme.md"
repository = "https://github.com/oovm/smallest-enclosing-ball"
version = "0.0.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./src/katex.html"]
[package.metadata.wee]
p = "cargo publish --allow-dirty"
t = "cargo test"