# 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 = "sity" version = "0.9.3" authors = ["David Doose "] description = "International System of Units (SI) Typing" readme = "README.md" keywords = [ "SI", "Typing", ] license = "LGPL-3.0-only" repository = "https://github.com/DavidD12/sity" [lib] path = "src/lib.rs" [[bin]] name = "main" path = "bin/main.rs" [dependencies.sealed] version = "0.3.0"