# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "cargo_sandbox" version = "0.1.0" dependencies = [ "libc", "rand", ] [[package]] name = "libc" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122" [[package]] name = "log" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f91d813fb009895c01b1b5c095fc88aea17138355bc0e4d53a277c466f62161f" [[package]] name = "rand" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d37d90a6118f2925173cb2b778aaabda804247d389cbff6f39fb558fddda113" dependencies = [ "libc", "log", ]