# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "om2" version = "0.1.9" authors = ["Andrew Danger Lyon "] description = "A set of classes generated from the OM2 RDF schema (mainly Unit)" homepage = "https://gitlab.com/orthecreedence/om2" documentation = "https://docs.rs/om2/" readme = "README.md" keywords = ["measurement", "ontology"] categories = ["data-structures"] license-file = "LICENSE" repository = "https://gitlab.com/orthecreedence/om2" [package.metadata.docs.rs] features = ["getset_setters", "getset_getmut", "with_serde"] [dependencies.getset] version = "0.1" [dependencies.rust_decimal] version = "1.6" features = ["serde-float"] [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.serde_json] version = "1.0" [build-dependencies.heck] version = "0.3.1" [build-dependencies.rio_api] version = "0.4.2" [build-dependencies.rio_turtle] version = "0.4.2" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [features] default = [] getset_getmut = [] getset_setters = [] with_serde = ["serde", "serde_derive"]