[package] name = "docv-shared" version = "0.1.0" edition = "2021" description = "Shared crate for docv: validation, format, constants, business rules (natif + WASM)" [lints] workspace = true [lib] crate-type = ["cdylib", "rlib"] [dependencies] [target.'cfg(target_arch = "wasm32")'.dependencies] # wasm-bindgen when WASM enabled