# 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 = "glrcfg" version = "0.2.3" authors = [ "Florian Eich ", "Fabio Meier ", ] exclude = [".github"] description = "A Rust implementation of the GitLab Runner Advanced Configuration file format" readme = "README.md" keywords = [ "gitlab", "runner", "runners", "configuration", "config", ] license = "Apache-2.0" repository = "https://github.com/bmc-labs/runrs" [dependencies.chrono] version = "0.4.38" features = [ "alloc", "now", "std", ] default-features = false [dependencies.maybe-multiple] version = "0.1.0" features = ["serde"] [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.5" features = ["use_std"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.sqlx] version = "0.7.4" optional = true default-features = false [dependencies.thiserror] version = "2.0.0" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.url] version = "2.5.2" features = ["serde"] [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.serde_json] version = "1.0.120" [dev-dependencies.test-strategy] version = "0.4.0" [dev-dependencies.toml] version = "0.8.12" [features] default = [] sqlx = ["dep:sqlx"] tracing = ["dep:tracing"]