# 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 = "fleetmod" version = "0.1.1" authors = [ "chenhongyu23@otcaix.iscas.ac.cn", "jiangliuwei@iscas.ac.cn", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kubernetes model for fleet" readme = "README.md" license = "Apache-2.0" [lib] name = "fleetmod" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.chrono-tz] version = "0.6" [dependencies.cri-api] version = "0.1.4" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.uuid] version = "1.4" features = [ "v1", "v4", "v5", ]