# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "atlas-tui" version = "0.1.0" authors = ["krissemicolon "] description = "Visual Packet tracer with a Terminal User Interface" license = "GPL-3.0" [dependencies.curl] version = "0.4.39" [dependencies.libc] version = "0.2.103" [dependencies.rand] version = "0.8.4" [dependencies.socket] version = "0.0.7" [dependencies.termion] version = "1.5" [dependencies.time] version = "0.1.25" [dependencies.tui] version = "0.16.0"