# 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 = "2021" name = "nardol" version = "0.0.3" description = "Simple framework that provides structure to data sent and received from network." homepage = "https://github.com/WellHereIAm/nardol" readme = "README.md" license = "MIT" repository = "https://github.com/WellHereIAm/nardol" resolver = "2" [dependencies.backtrace] version = "0.3.61" [dependencies.chrono] version = "0.4.19" [dependencies.indoc] version = "1.0.3" [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.6.5" [dependencies.serde] version = "1.0" features = ["derive"]