Packages

Elixir/Rust library for parsing and validating EditorJS content

Current section

Files

Jump to
exditorjs native exditorjs_native Cargo.toml
Raw

native/exditorjs_native/Cargo.toml

[package]
name = "exditorjs_native"
version = "0.1.7"
authors = []
edition = "2021"
[dependencies]
rustler = { version = "0.35.1", default-features = false, features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.10"
thiserror = "2.0"
lazy_static = "1.4"
[lib]
name = "exditorjs_native"
path = "src/lib.rs"
crate-type = ["cdylib", "rlib"]
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]