# 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 = "tot_spec" version = "0.1.1" description = "The lib for json model" license = "MIT OR Apache-2.0" repository = "https://github.com/shuoli84/tot_spec" [dependencies.anyhow] version = "1.0" [dependencies.convert_case] version = "0.6" [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "1.9.3" [dependencies.openapiv3] version = "1.0" [dependencies.path-absolutize] version = "3.1" [dependencies.pathdiff] version = "0.2" [dependencies.prettyplease] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.syn] version = "2.0.17" features = ["full"] [dependencies.walkdir] version = "2.3.3" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rust_decimal] version = "1.29" [dev-dependencies.serde_json] version = "1.0" [features] test_update_spec = []