# 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 = "digit-layout" version = "0.2.0" authors = ["YdrMaster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides a unified data type definition across various libraries, efficiently encodes types in a compact layout, thus avoiding the redundancy of enumerating definitions for data types." documentation = "https://docs.rs/digit-layout" readme = "README.md" keywords = [ "digit", "layout", "data-type", ] categories = ["no-std::no-alloc"] license = "MIT" repository = "https://github.com/InfiniTensor/digit-layout.git" [lib] name = "digit_layout" path = "src/lib.rs" [dependencies.half] version = "2.4" optional = true [features] default = ["half"]