# 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 = "ucsi" version = "0.1.0" authors = ["Embers-of-the-Fire "] description = "SI-based unit typing system" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Embers-of-the-Fire/ucsi-rs.git" [dependencies.cfg-if] version = "1.0.0" [dependencies.const_soft_float] version = "0.1.4" optional = true [dependencies.gcd] version = "2.3.0" [features] alias_bypass = [] alias_export = [] alias_hidden = [] alias_mod = [] all_types = [ "exported_types", "associated_types", ] associated_types = [] default = [ "exported_types", "alias_export", "no_std", ] exported_types = [] fraction = [] full = [ "all_types", "internal_macros", "internal_utils", "const_soft_float", "no_std", ] infer_cast = [] internal_macros = [ "typedef_macros", "util_macros", ] internal_utils = ["fraction"] nightly = [] nightly_full = [ "infer_cast", "nightly", ] no_alloc = [] no_std = [] typedef_macros = [] util_macros = []