33 lines
820 B
Plaintext
33 lines
820 B
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 4
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "assert_approx_eq"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3c07dab4369547dbe5114677b33fbbf724971019f3818172d59a97a61c774ffd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "autocfg"
|
||
|
|
version = "1.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "code"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"assert_approx_eq",
|
||
|
|
"num-traits",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-traits"
|
||
|
|
version = "0.2.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
]
|