rustler_match_spec 0.1.1

Reusable Erlang-style match specifications for Rustler native event streams
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 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 = "rustler_match_spec"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable Erlang-style match specifications for Rustler native event streams"
homepage = "https://github.com/elixir-volt/rustler_match_spec"
documentation = "https://docs.rs/rustler_match_spec"
readme = "README.md"
keywords = [
    "elixir",
    "erlang",
    "rustler",
    "nif",
    "match-spec",
]
categories = [
    "api-bindings",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/elixir-volt/rustler_match_spec"

[features]
default = ["nif"]
nif = []

[lib]
name = "rustler_match_spec"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.rustler]
version = "0.38"

[dev-dependencies]