# 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 = "virt-ic" version = "0.5.2" authors = ["Vincent Foulon "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "virtual integrated circuits - an backend IC emulator" readme = "README.md" keywords = [ "emulator", "integrated-circuit", "backend", ] license = "MIT" repository = "https://github.com/VincentFoulon80/virt-ic" [dependencies.bitflags] version = "2.0" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [features] default = ["serde"] serde = [ "dep:serde", "dep:ron", "bitflags/serde", ]