# 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 = "2018" name = "bioyino-metric" version = "0.5.0" authors = ["Sergey Noskov aka Albibek "] description = "Library for handling metrics in bioyino and related projects" keywords = ["statsd", "metrics", "graphite"] categories = ["parser-implementations", "network-programming"] license = "MIT" repository = "https://github.com/Albibek/bioyino-metric" [dependencies.bytes] version = "^1.0" features = ["serde"] [dependencies.capnp] version = "^0.14" [dependencies.combine] version = "^4.3" [dependencies.lazysort] version = "^0.2" [dependencies.lexical-core] version = "^0.8" [dependencies.num-traits] version = "^0.2" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.thiserror] version = "^1.0" [build-dependencies.capnpc] version = "^0.14"