Current section
Files
Jump to
Current section
Files
native/rustler_match_spec/Cargo.toml
[package]
name = "rustler_match_spec"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "Reusable Erlang-style match specifications for Rustler native event streams"
repository = "https://github.com/elixir-volt/rustler_match_spec"
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"]
[lib]
crate-type = ["cdylib", "rlib"]
[features]
default = ["nif"]
nif = []
[dependencies]
rustler = "0.38"
[dev-dependencies]