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