# 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 = "wot-td" version = "0.6.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Web of Things (WoT) Thing Description manipulation" readme = "README.md" keywords = [ "wot", "WebofThings", ] license = "MIT" repository = "https://github.com/wot-rust/wot-td" [lib] name = "wot_td" path = "src/lib.rs" [dependencies.hashbrown] version = "0.15.1" features = [ "serde", "default-hasher", "inline-more", "equivalent", ] default-features = false [dependencies.oxilangtag] version = "0.1.5" features = ["serialize"] default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.81" default-features = false [dependencies.serde_repr] version = "0.1.9" [dependencies.serde_with] version = "3.7.0" features = ["macros"] default-features = false [dependencies.thiserror] version = "2.0.3" default-features = false [dependencies.time] version = "0.3.11" features = [ "serde", "parsing", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.time] version = "0.3.9" features = ["macros"] [features] alloc = [ "serde/alloc", "serde_json/alloc", "serde_with/alloc", "time/alloc", "oxilangtag/alloc", "hashbrown/allocator-api2", ] default = ["std"] std = [ "serde/std", "serde_json/std", "serde_with/std", "time/std", "oxilangtag/std", "hashbrown/allocator-api2", "thiserror/std", ]