# 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 = "plotters-fullerene" version = "0.1.4" authors = ["nomissbowling "] description = "plotters fullerene and polyhedron for Rust" homepage = "https://crates.io/crates/plotters-fullerene" documentation = "https://docs.rs/plotters-fullerene/" readme = "README.md" keywords = [ "plotters", "c60", "fullerene", "polyhedron", "3D", ] categories = [ "mathematics", "rendering", "science", "graphics", ] license = "MIT" repository = "https://github.com/nomissbowling/plotters-fullerene" [lib] name = "plt_fullerene" [dependencies.Fullerene] version = "0.4" [dependencies.num] version = "0.4" [dependencies.plotters] version = "0.3.5" [dependencies.polyhedron-faces] version = "0.4"