# 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" rust-version = "1.66" name = "deptypes" version = "0.2.1" authors = ["Lyphyser "] description = "Dependent types" homepage = "https://github.com/lyphyser/deptypes" documentation = "https://docs.rs/deptypes" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lyphyser/deptypes" [dependencies.derive-where] version = "1.2.7" [dependencies.generativity] version = "1.0.0" [dependencies.generics2] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.paste] version = "1.0.6" [features] default = ["std"] never = [] nightly = [ "never", "trusted_len", ] std = [] trusted_len = []