# 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 = "tynm" version = "0.1.10" authors = ["Azriel Hoh "] description = "Returns type names in shorter form." documentation = "https://docs.rs/tynm/" readme = "README.md" keywords = [ "typename", "type", "name", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/tynm" [dependencies.nom] version = "7.1.3" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.196" features = ["derive"] optional = true [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_yaml] version = "0.9.31" [features] default = [] info = [] serde = ["dep:serde"] [badges.appveyor] repository = "azriel91/tynm" [badges.codecov] repository = "azriel91/tynm" [badges.travis-ci] repository = "azriel91/tynm"