# 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_examples" version = "0.1.0" authors = ["rodrimati1992 "] include = ["Cargo.toml", "src/**/*.rs", "./readme.md", "../APACHE_license", "../MIT_license"] description = "Examples of using type-level values and functions." documentation = "https://docs.rs/type_level_examples/" readme = "./readme.md" keywords = ["typelevel"] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/rodrimati1992/type_level" [dependencies.core_extensions] version = "0.1" [dependencies.derive_type_level] version = "0.1.0" [dependencies.derive_type_level_lib] version = "0.1.0" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.take_mut] version = "0.2" [dependencies.type_level_values] version = "0.1.0" features = ["serde"] [dependencies.typenum] version = "1.10.0" [build-dependencies.rustc_version] version = "0.2" [features] priv_docs = [] [badges.travis-ci] repository = "rodrimati1992/type_level/"