# 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" rust-version = "1.75.0" name = "ruststep" version = "0.4.0" authors = [ "Toshiki Teramura ", "Yoshinori Tanimura ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A STEP toolkit for Rust" documentation = "https://ricosjp.github.io/ruststep/ruststep/index.html" readme = "README.md" keywords = [ "step", "cad", "file-format", ] categories = ["science"] license = "Apache-2.0" repository = "https://github.com/ricosjp/ruststep" [lib] name = "ruststep" path = "src/lib.rs" [[test]] name = "abc_dataset" path = "tests/abc_dataset.rs" [[test]] name = "any" path = "tests/any.rs" [[test]] name = "bool_logical_deserialize" path = "tests/bool_logical_deserialize.rs" [[test]] name = "entity" path = "tests/entity.rs" [[test]] name = "enum_deserialize" path = "tests/enum_deserialize.rs" [[test]] name = "list" path = "tests/list.rs" [[test]] name = "optional" path = "tests/optional.rs" [[test]] name = "recursive_select" path = "tests/recursive_select.rs" [[test]] name = "subsuper" path = "tests/subsuper.rs" [[test]] name = "type_decl" path = "tests/type_decl.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.derive-new] version = "0.5.9" [dependencies.derive_more] version = "0.99.18" [dependencies.itertools] version = "0.10.5" [dependencies.nom] version = "7.1.3" [dependencies.ruststep-derive] version = "0.4.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.maplit] version = "1.0.2" [features] ap201 = [] ap203 = [] default = []