# 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.65.0" name = "japanese_law_xml_schema" version = "4.0.2" authors = ["Naoki Kaneko a.k.a. puripuri2100"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "法令標準XMLスキーマ対応ライブラリ" readme = "README.md" license = "MIT" repository = "https://github.com/japanese-law-analysis/japanese_law_xml_schema.git" [lib] name = "japanese_law_xml_schema" path = "src/lib.rs" [dependencies.kansuji] version = "0.1.1" [dependencies.koyomi] version = "0.4.0" [dependencies.regex] version = "1.10.4" [dependencies.roman] version = "0.1.6" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.thiserror] version = "1.0.60" [dependencies.xmltree] version = "0.10.3"