# 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" rust-version = "1.56.1" name = "nalgebra_latex" version = "0.1.22" authors = ["Dmitrii Demenev "] include = [ "/Cargo.toml", "/LICENSE_APACHE", "/LICENSE_MIT", "/README.md", "/src/**", "/tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library with several robust formatters for nalgebra::Matrix, LaTeX environments, and more" documentation = "https://docs.rs/nalgebra_latex" readme = "README.md" keywords = [ "nalgebra", "latex", "matrix", ] categories = [ "mathematics", "no-std", "science", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/nalgebra_latex" resolver = "2" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.either] version = "1.6.1" optional = true [dependencies.mime_typed] version = "0.1.7" optional = true [dependencies.nalgebra] version = "0.31.0" [dependencies.nalgebra_linsys] version = "0.1.1" optional = true [dependencies.thiserror] version = "1.0.31" optional = true [dependencies.zst] version = "0.1.2" [dev-dependencies.const_num_bigint] version = "0.2.1" [dev-dependencies.execute_evcxr] version = "0.1.1" [dev-dependencies.partial_application] version = "0.2.1" [features] adt_const_params = [] default = [ "evcxr", "lin_sys", "hyperref", ] evcxr = [ "mime_typed", "mime_typed/evcxr_support", ] hyperref = [] lin_sys = [ "nalgebra_linsys", "thiserror", "either", ] nightly = ["adt_const_params"]