зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
455 B
TOML
22 строки
455 B
TOML
|
[package]
|
||
|
name = "euclid"
|
||
|
version = "0.10.3"
|
||
|
authors = ["The Servo Project Developers"]
|
||
|
description = "Geometry primitives"
|
||
|
documentation = "http://doc.servo.org/euclid/"
|
||
|
repository = "https://github.com/servo/euclid"
|
||
|
license = "MIT / Apache-2.0"
|
||
|
|
||
|
[features]
|
||
|
unstable = []
|
||
|
|
||
|
[dependencies]
|
||
|
heapsize = "0.3"
|
||
|
rustc-serialize = "0.3.2"
|
||
|
num-traits = {version = "0.1.32", default-features = false}
|
||
|
log = "0.3.1"
|
||
|
serde = "0.8"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rand = "0.3.7"
|