# 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] name = "ymlctx" version = "0.1.8" authors = ["Alex Yang "] description = "YAML configuration overlaying system that natively integrates into operationalized tasks" license = "MIT" [dependencies.pyo3] version = "0.5.0" optional = true [dependencies.rpds] version = "0.5.0" features = ["serde"] [dependencies.serde] version = "1.0.90" [dependencies.serde_derive] version = "1.0.90" [dependencies.yaml-rust] version = "0.4.0" [features] default = [] topyobject = ["pyo3"] [badges.travis-ci] branch = "master" repository = "aleozlx/ymlctx"