# 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 = "smplx" version = "0.0.0" authors = ["Joe McCain III "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "smplx is a topologically oriented crate focused on developing out a framework for working with simplicial objects in Rust." homepage = "https://github.com/FL03/smplx/wiki" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/smplx.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] name = "smplx" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" test = true doctest = false bench = true [[example]] name = "basic" path = "examples/basic.rs" [[test]] name = "default" path = "tests/default.rs" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.lazy_static] version = "1" [build-dependencies] [features] alloc = ["serde?/alloc"] default = ["alloc"] full = [ "default", "serde", ] serde = ["dep:serde"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]