# 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 = "owlish" version = "0.28.0" authors = [ "Field33", "Florian Loers ", ] description = "OWL 2 implementation with wasm support and turtle parsing" documentation = "https://docs.rs/owlish" readme = "README.md" keywords = [ "owl", "rdf", "semantic-web", ] license = "MIT OR Apache-2.0" repository = "https://github.com/field33/owlish" [profile.bench] debug = true [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "benchmarks" harness = false [dependencies.console_error_panic_hook] version = "0.1" optional = true [dependencies.env_logger] version = "0.10" [dependencies.harriet] version = "0.3.1" [dependencies.iref] version = "2" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.oxsdatatypes] version = "0.1.1" [dependencies.pct-str] version = "1.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4.3" [dependencies.serde_json] version = "1" [dependencies.snowflake] version = "1.3.0" features = ["serde_support"] [dependencies.time] version = "0.3" features = ["formatting"] [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] optional = true [dependencies.web-sys] version = "0.3" features = ["console"] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.wasm-bindgen-test] version = "0.3.32" [features] default = ["console_error_panic_hook"] wasm = ["wasm-bindgen"]