# 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 = "logical" version = "0.2.1" authors = ["Marcel Hellwig "] description = "Library for simulating digital circuit networks." homepage = "https://github.com/hellow554/logical-rs" documentation = "https://docs.rs/logical" readme = "README.md" categories = ["ieee1164", "circuit-simulator"] license = "GPL-3.0" repository = "https://github.com/hellow554/logical-rs" [lib] name = "logical" [dependencies.chrono] version = "0.4" [badges.travis-ci] repository = "hellow554/logical-rs"