# 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 = "awint_dag" version = "0.17.0" authors = ["Aaron Kutch "] description = "DAG `awint` functionality" documentation = "https://docs.rs/awint" readme = "README.md" keywords = [ "int", "integer", "big", "math", "no_std", ] categories = [ "data-structures", "mathematics", "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AaronKutch/awint" [dependencies.awint_ext] version = "0.17.0" default-features = false [dependencies.awint_macro_internals] version = "0.17.0" default-features = false [dependencies.awint_macros] version = "0.17.0" default-features = false [dependencies.smallvec] version = "1.13" features = [ "const_generics", "const_new", "union", ] default-features = false [dev-dependencies] [features] debug = ["awint_macro_internals/debug"] default = ["try_support"] gen_counter_for_pstate = [] try_support = [] u32_for_pstate = []