File: Cargo.toml.orig

package info (click to toggle)
rust-document-tree 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = 'document_tree'
version = "0.4.1"
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'reStructuredText’s DocumentTree representation'
license = 'MIT OR Apache-2.0'
readme = 'README.md'

documentation = 'https://docs.rs/document_tree'
homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst'

[dependencies]
anyhow = '1.0.86'
regex = '1.5.5'
url = '2.1.0'
serde = '1.0.104'
serde_derive = '1.0.104'