# 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 = "rdfoothills-iri" version = "0.4.0" authors = ["Robin Vobruba "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A collection of mostly small, RDF related utilities, including conversion between different serialization formats, using external tools. This part provides a few basic types to reference IRIs and ontologies. """ homepage = "https://github.com/hoijui/osh-dir-std-rs" readme = "README.md" keywords = [ "norm", "osh", "directory", "structure", ] categories = [ "command-line-utilities", "filesystem", "text-processing", ] license = "AGPL-3.0-or-later" repository = "https://github.com/hoijui/osh-dir-std-rs" [lib] name = "rdfoothills_iri" path = "src/lib.rs" [dependencies.oxiri] version = "0.2" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] optional = true [features] default = [] serde = [ "oxiri/serde", "dep:serde", ] [lints.clippy] clone_on_ref_ptr = "warn" dbg_macro = "deny" else_if_without_else = "warn" empty_structs_with_brackets = "warn" indexing_slicing = "warn" print_stderr = "warn" print_stdout = "warn" shadow_reuse = "warn" string_slice = "warn" todo = "deny" try_err = "warn" use_debug = "warn" wildcard_enum_match_arm = "warn" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] unused_crate_dependencies = "warn" [lints.rust.rust_2021_compatibility] level = "warn" priority = -1