# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "type_level_values" version = "0.1.2" authors = ["rodrimati1992 "] build = "build/main.rs" include = ["Cargo.toml", "build/**/*.rs", "tests/**/*.rs", "src/**/*.rs", "docs/**/*.rs", "docs/**/*.md", "../readme.md", "../APACHE_license", "../MIT_license"] description = "Crate for using type-level values and functions." documentation = "https://docs.rs/type_level_values/" readme = "../readme.md" keywords = ["typelevel", "no-std"] categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/rodrimati1992/type_level" [dependencies.core_extensions] version = "0.1.4" features = ["typenum"] default-features = false [dependencies.derive_type_level] version = "0.1.0" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.typenum] version = "1.10.0" features = ["no_std"] [dev-dependencies.derive_type_level_lib] version = "0.1.0" [dev-dependencies.lazy_static] version = "1.0" [dev-dependencies.quote] version = "0.6" [dev-dependencies.syn] version = "0.15.11" features = ["extra-traits", "visit", "full"] [build-dependencies.bitflags] version = "1.0" [build-dependencies.core_extensions] version = "0.1" [build-dependencies.rustc_version] version = "0.2" [features] default = ["std", "serde", "identity_feature"] identity_feature = [] large_tlist = [] passed_tests = ["priv_doctests"] priv_doctests = [] std = [] [badges.travis-ci] repository = "rodrimati1992/type_level/"