# 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 = "2018" name = "field33_rdftk_core_temporary_fork" version = "0.3.1" authors = ["Simon Johnston "] publish = true description = "This crate provides the core RDF data model; concrete implementations for Statements and Literals, along with a Resource type that provides a builder-like experience for models." documentation = "https://docs.rs/rdftk_core/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-rdftk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.bimap] version = "0.6" [dependencies.chrono] version = "0.4" optional = true [dependencies.error-chain] version = "0.12" [dependencies.field33_rdftk_iri_temporary_fork] version = "0.1" [dependencies.field33_rdftk_names_temporary_fork] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.unique_id] version = "0.1" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.parameterized] version = "0.3.1" [features] chrono_types = ["chrono"] default = [ "chrono_types", "n3_formulae", "rdf_star", ] n3_formulae = [] rdf_star = []