# 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] edition = "2018" name = "f1-api" version = "0.2.0" authors = ["Jan David "] description = "F1 API is a client library for the telemetry API of the F1 video games by\nCodemasters. It uses asynchronous networking to decode the incoming UDP packets,\nand turns them into strongly typed Rust structs.\n" readme = "README.md" keywords = ["api", "codemasters", "f1", "gaming"] categories = ["api-bindings", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/nordsdk/f1-api" [package.metadata.release] disable-publish = true disable-push = true disable-tag = true no-dev-version = true pre-release-commit-message = "Release {{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "## [{{version}}] - {{date}}" search = "## \\[Unreleased\\]" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = "...v{{version}}" search = "\\.\\.\\.HEAD" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = "\n\n## [Unreleased]" search = "" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "[{{version}}]" search = "\\[unreleased\\]" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = "\n\n[unreleased]: https://github.com/nordsdk/f1-api/compare/v{{version}}...HEAD" search = "\n" [[example]] name = "cli" [[example]] name = "readme" [dependencies.bitflags] version = "1.2.1" [dependencies.bytes] version = "1.0.1" [dependencies.derive-new] version = "0.5.8" [dependencies.getset] version = "0.1.0" [dependencies.socket2] version = "0.4.0" [dependencies.tokio] version = "1.7.1" features = ["macros", "net", "rt-multi-thread"] [dependencies.tokio-stream] version = "0.1.6" [dependencies.tokio-util] version = "0.6.7" features = ["codec", "net"] [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.clap] version = "2.33.0" [badges.maintenance] status = "actively-developed"