# 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 = "ironlog" version = "0.2.7" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false default-run = "ironlog" description = "A web logger for multi-node system logging" readme = "README.md" license = "MIT" repository = "https://github.com/heety313/ironlog" [lib] name = "ironlog" path = "src/lib.rs" [[bin]] name = "ironlog" path = "src/bin/main.rs" [[example]] name = "example" path = "examples/example.rs" [[example]] name = "independent_log" path = "examples/independent_log.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.include_dir] version = "0.7.3" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.once_cell] version = "1.8.0" [dependencies.rocket] version = "0.5.0-rc.3" features = ["json"] [dependencies.rocket-include-dir] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.7" features = [ "sqlite", "runtime-tokio-native-tls", "macros", "runtime-tokio-rustls", ] [dependencies.tokio] version = "1" features = ["full"]