# 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 = "idcard-cn" version = "0.0.1" authors = ["huangjj27 "] description = "根据《中华人民共和国居民身份证法》提供身份证上信息读取的接口特质" keywords = ["idcard", "China"] license = "LGPL-3.0-or-later" repository = "https://github.com/huangjj27/idcard-rs" [dependencies.chrono] version = "0.4" [dependencies.gb2260] version = "0.1"