# 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 = "iso-10303" version = "0.5.0" authors = ["Junfeng Liu "] description = "A Rust crate for generating STEP reader code." readme = "README.md" keywords = ["stp", "step"] categories = ["cad", "parser-implementations"] license = "MIT" repository = "https://github.com/J-F-Liu/iso-10303.git" [[bin]] name = "gencode" required-features = ["gencode"] [[bin]] name = "gengraph" required-features = ["gengraph"] [dependencies.fast-float] version = "0.2" [dependencies.heck] version = "0.3" optional = true [dependencies.petgraph] version = "0.5.1" optional = true [dependencies.pom] version = "3.2" [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.quote] version = "1.0" optional = true [dependencies.structopt] version = "0.3" [features] gencode = ["quote", "proc-macro2", "heck"] gengraph = ["heck", "petgraph"]