# 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 = "yosys-netlist-json" version = "0.1.0" authors = ["R "] description = "A library for working with Yosys netlists in JSON format" keywords = ["json", "netlist", "yosys", "eda"] categories = ["parser-implementations"] license = "0BSD" repository = "https://github.com/rqou/yosys-netlist-json" resolver = "2" [profile.release] lto = true [lib] name = "yosys_netlist_json" crate-type = ["rlib"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.slog] version = "2" optional = true [features] default = ["slog"]