# 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 = "rust-stdf" version = "0.3.1" authors = ["noonchen "] exclude = ["/demo_stdf"] description = "A library for parsing Standard Test Data Format (STDF) files of version V4 and V4-2007." documentation = "https://docs.rs/rust-stdf/" readme = "README.md" keywords = [ "stdf", "atdf", "semiconductor", "parse", ] license = "MIT" repository = "https://github.com/noonchen/rust-stdf" [profile.release] lto = "fat" codegen-units = 1 [[example]] name = "stdf_record_printer" path = "example/stdf_example.rs" [[example]] name = "stdf_raw_iter_example" path = "example/stdf_raw_iter_example.rs" [[example]] name = "stdf_to_xlsx" path = "example/stdf_to_xlsx.rs" required-features = ["serialize"] [[example]] name = "atdf_reader" path = "example/atdf_example.rs" required-features = ["atdf"] [dependencies.bzip2] version = "0.4.3" optional = true [dependencies.chrono] version = "0.4.22" optional = true [dependencies.flate2] version = "1.0.24" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.serde] version = "1.0.147" features = ["derive"] optional = true [dependencies.smart-default] version = "0.6.0" [dependencies.struct-field-names-as-array] version = "0.1.4" optional = true [dependencies.zip] version = "0.6.3" features = [ "deflate", "bzip2", ] optional = true default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rust_xlsxwriter] version = "0.12.1" [dev-dependencies.serde_json] version = "1.0.87" [features] atdf = [ "chrono", "hex", ] bzip = ["bzip2"] default = [ "gzip", "bzip", ] gzip = ["flate2"] serialize = [ "serde", "struct-field-names-as-array", ] zipfile = ["zip"]