blob: 94212844a4733c8c7be442d7ccd02c72a5d2d9af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  | 
[package]
name = 'rst'
version = '0.2.0'
authors = [ 'Phil Schaf <flying-sheep@web.de>' ]
description = 'a reStructuredText parser and renderer'
license = 'MIT OR Apache-2.0'
documentation = 'https://flying-sheep.github.io/rust-rst'
homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst.git'
[dependencies]
url = '1.7.1'
bitflags = '1.0.4'
unicode_categories = '0.1.1'
pest = '2.0.2'
pest_derive = '2.0.1'
 
  |