File: Cargo.toml.orig

package info (click to toggle)
rust-sval-derive 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 128 kB
  • sloc: makefile: 4
file content (25 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
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
[package]
name = "sval_derive"
version = "2.6.1"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/sval_derive"
description = "Derive support for sval"
repository = "https://github.com/sval-rs/sval"
readme = "README.md"
keywords = ["serialization", "no_std"]
categories = ["encoding", "no-std"]

[lib]
proc-macro = true

[dependencies.syn]
version = "2"
features = ["derive", "parsing", "extra-traits"]

[dependencies.quote]
version = "1"

[dependencies.proc-macro2]
version = "1"