optic-file 0.0.2

Sanitary file I/O and cached path resolution for Optic engine
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
 "num-traits",
]

[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"

[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
 "approx",
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "optic-color"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d859dca8a5455f58ef40f47b870d2c1637e4081199f34be61cf6cf6b1aa177dc"

[[package]]
name = "optic-core"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0220eeb2cccc2e1f9b0a67b6eb22b60d031b566a52fb007bbf6c808bc1c09c2"
dependencies = [
 "cgmath",
 "optic-color",
]

[[package]]
name = "optic-file"
version = "0.0.2"
dependencies = [
 "optic-core",
]