mbti 0.1.3

A library to work with Myer-Briggs personality types
Documentation
# 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]
edition = "2018"
name = "mbti"
version = "0.1.3"
authors = ["Giorgio Pomettini <giorgio.pomettini@gmail.com>"]
description = "A library to work with Myer-Briggs personality types"
readme = "readme.md"
keywords = ["api", "psychology", "psicometrics"]
categories = ["science"]
license = "MIT"
repository = "https://github.com/Pomettini/mbti"
[dependencies.maplit]
version = ">=1.0.1"

[dependencies.strum]
version = ">=0.15.0"

[dependencies.strum_macros]
version = ">=0.15.0"