VBQERPEDDLE4FRNN5US2TPBRCOQXFFUSNJTYGJH433SJM45HFYUQC Experimental playground of ChaosMandelbrot:
MIT LicenseCopyright (c) 2020 Dzmitry MalyshauPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.
[package]name = "chaos"version = "0.1.0"authors = ["Dzmitry Malyshau <kvarkus@gmail.com>"]edition = "2018"[dependencies]terminal_graphics = "0.1"termion = "1"
# This file is automatically @generated by Cargo.# It is not intended for manual editing.[[package]]name = "chaos"version = "0.1.0"dependencies = ["terminal_graphics","termion",][[package]]name = "libc"version = "0.2.80"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"[[package]]name = "numtoa"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"[[package]]name = "redox_syscall"version = "0.1.57"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"[[package]]name = "redox_termios"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"dependencies = ["redox_syscall",][[package]]name = "terminal_graphics"version = "0.1.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f3585912e123cb72d56d923dde7419b329481d4ed76cb01d8c0d733281484edb"[[package]]name = "termion"version = "1.5.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"dependencies = ["libc","numtoa","redox_syscall","redox_termios",]