hyperbolic_drawing 1.0.0

Manipulate and display elements of 2D hyperbolic space (ℍ²)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hyperbolic_drawing"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manipulate and display elements of 2D hyperbolic space (ℍ²)"
readme = "README.md"
keywords = [
    "hyperbolic",
    "geometry",
    "svg",
]
categories = [
    "graphics",
    "mathematics",
]
license = "0BSD"
repository = "https://github.com/verticallity/hyperbolic_drawing"

[features]
default = [
    "svg",
    "svg_fmt",
]
plotters = ["dep:plotters"]
svg = ["dep:svg"]
svg_fmt = ["dep:svg_fmt"]

[lib]
name = "hyperbolic_drawing"
path = "src/lib.rs"

[[example]]
name = "horocycles"
path = "examples/horocycles.rs"

[dependencies.plotters]
version = "0.3.7"
optional = true

[dependencies.svg]
version = "0.18.0"
optional = true

[dependencies.svg_fmt]
version = "0.4.4"
optional = true