# 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.66" name = "ocsf-codegen" version = "0.0.1-alpha2" description = "Codegen package for the OCSF crate" documentation = "https://github.com/yaleman/ocsf-rs/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/yaleman/ocsf-rs/" resolver = "1" [[bin]] name = "ocsf-codegen" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.codegen] version = "0.2.0" [dependencies.env_logger] version = "0.10.0" [dependencies.glob] version = "0.3.1" [dependencies.itertools] version = "0.10.5" [dependencies.last-git-commit] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.2" [dependencies.serde] version = "1.0.158" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.94" [dependencies.string_morph] version = "0.1.0" [dependencies.walkdir] version = "2.3.3" [badges.maintenance] status = "experimental"