# 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 = "rdf-canon" version = "0.15.0" authors = ["yamdan"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of the RDF Dataset Canonicalization algorithm version 1.0 (RDFC-1.0) compatible with Oxigraph and Oxrdf." homepage = "https://github.com/zkp-ld/rdf-canon" readme = "README.md" license = "MIT" repository = "https://github.com/zkp-ld/rdf-canon" [lib] name = "rdf_canon" path = "src/lib.rs" [dependencies.base16ct] version = "0.2" features = ["alloc"] [dependencies.digest] version = "0.10" [dependencies.itertools] version = "0.13" [dependencies.oxrdf] version = "0.2.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.chrono] version = "0.4" [dev-dependencies.oxttl] version = "0.1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] earl-reporting = [] log = ["tracing-subscriber"]