# 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 = "lidrs" version = "0.2.1" authors = ["Sam Morrell "] description = " A rust crate for reading and representing light intensity distributions via photometric webs. " readme = "README.md" keywords = [ "ies", "ldt", "photometric", "light", ] categories = [ "science", "mathematics", "parser-implementations", ] license-file = "LICENSE" repository = "https://github.com/sammorrell/lidrs" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.num_enum] version = "0.5.*" [dependencies.property] version = "0.3.*" [dependencies.regex] version = "1.6.*" [dev-dependencies.approx] version = "0.5.*"