[package] name = "hadron_sclang" authors.workspace = true categories.workspace = true description.workspace = true edition.workspace = true homepage.workspace = true keywords.workspace = true license.workspace = true readme.workspace = true repository.workspace = true version.workspace = true [dependencies] bstr = "1.9.1" const_format = "0.2.32" lazy_static = "1.4.0" static_assertions = "1.1.0" xxhash-rust = { version = "0.8.10", features = ["xxh3", "const_xxh3"] } # mmtk not supported on WASM [target.'cfg(not(target_arch = "wasm32"))'.dependencies] mmtk = "0.25.0" [build-dependencies] duct = "0.13.7" [dev-dependencies] criterion = "0.5.1" glob = "0.3.1" pretty_assertions = "1.4.0" [[bench]] name = "lex" harness = false