# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rink-sandbox" version = "0.6.1" description = "Library for limiting memory usage and time spent of code, and allowing interrupts (ctrl+C)." homepage = "https://rinkcalc.app" readme = "README.md" keywords = ["cli", "sandbox"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/tiffany352/rink-rs" [dependencies.async-ctrlc] version = "1.2.0" features = ["stream"] [dependencies.async-std] version = "1.9" features = ["unstable", "attributes"] [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1" [dependencies.color-eyre] version = "0.5" [dependencies.displaydoc] version = "0.2" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.thiserror] version = "1"