# 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.56" name = "try_match" version = "0.4.2" authors = ["yvt "] description = """ Fallible pattern matching with a function-like syntax """ readme = "README.md" keywords = [ "match", "pattern", "macro", "variant", "enum", ] categories = [ "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yvt/try_match-rs" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [dependencies.try_match_inner] version = "0.5.2" optional = true [dev-dependencies.trybuild] version = "1.0.80" [features] _doc_cfg = [] default = ["implicit_map"] implicit_map = ["try_match_inner"] std = [] unstable = []