File: Cargo.toml

package info (click to toggle)
rust-svgdom 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: python: 15; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 1,462 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 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 = "svgdom"
version = "0.18.0"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
description = "[DEPRECATED] Library to represent an SVG as a DOM."
documentation = "https://docs.rs/svgdom/"
readme = "README.md"
keywords = ["svg", "dom"]
categories = ["parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/RazrFalcon/svgdom"

[lib]
path = "src/lib.rs"
doctest = true

[[bench]]
name = "parser"
harness = false
[dependencies.log]
version = "0.4.5"

[dependencies.roxmltree]
version = "0.7"

[dependencies.simplecss]
version = "0.2"

[dependencies.siphasher]
version = "0.3"

[dependencies.slab]
version = "0.4"

[dependencies.svgtypes]
version = "0.5"

[dependencies.xmlwriter]
version = "0.1"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.fern]
version = "0.5"

[dev-dependencies.pretty_assertions]
version = "0.6"

[dev-dependencies.time]
version = "0.1"