# 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 = "gdsdk" version = "0.1.1" authors = ["Michael Cache "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Gdsii file development kit" documentation = "https://github.com/MichaelCache/gdsdk" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/MichaelCache/gdsdk" [lib] name = "gdsdk" path = "src/lib.rs" [[example]] name = "generate_gds" path = "examples/generate_gds.rs" [[example]] name = "read_rewrite_gds" path = "examples/read_rewrite_gds.rs" [dependencies.chrono] version = "0.4.38" [dependencies.float-cmp] version = "0.9.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.multi_index_map] version = "0.11.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.petgraph] version = "0.6.5" [dependencies.rayon] version = "1.10.0"