# 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 = "mcai_models" version = "0.9.1" authors = ["Marc-Antoine Arnaud ", "Ludivine Ottini "] description = "Models for Media Cloud AI project" homepage = "https://github.com/media-cloud-ai/models" documentation = "https://docs.rs/mcai_models" readme = "README.md" keywords = ["MCAI", "models"] license = "MIT" repository = "https://github.com/media-cloud-ai/models" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.mcai-graph] version = "0.3.0" [dependencies.mcai-types] version = "0.1.0" [dependencies.regex] version = "1" [dependencies.schemars] version = "0.8.0" [dependencies.semver] version = "1.0.9" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0"