File: Cargo.toml

package info (click to toggle)
rust-microformats 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,068 kB
  • sloc: javascript: 71; makefile: 26; sh: 1
file content (27 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "microformats-types"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
version = "0.12.0"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/microformats-types"
description = "A representation of the known objects of Microformats"

[dependencies]
lazy_static = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true }
tracing = { version = "0.1", optional = true }
url = { workspace = true }

[dev-dependencies]
similar-asserts = { version = "1.5", features = ["serde"] }

[lints]
workspace = true