-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
18 lines (16 loc) · 891 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Mikhail Solovev <[email protected]>"]
categories = ["api-bindings", "parser-implementations"]
description = "High-level bindings for the LibYAML library"
documentation = "https://docs.rs/libyaml"
edition = "2018"
homepage = "https://github.com/fatemender/libyaml-rs"
keywords = ["libyaml", "yaml"]
license = "MIT"
name = "libyaml"
readme = "README.md"
repository = "https://github.com/fatemender/libyaml-rs"
version = "0.2.0"
[features]
[dependencies]
unsafe-libyaml = "0.2.2"