# 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 = "veda" version = "0.1.0" authors = ["wayslog@163.com"] description = "Veda is a time series database in order to monitor." homepage = "https://github.com/wayslog/veda" documentation = "https://docs.rs/veda" readme = "README.md" keywords = ["time-series", "time", "database", "graph"] categories = ["database", "database-implementations"] license = "Apache-2.0/MIT" repository = "https://github.com/wayslog/veda" [lib] name = "libveda" path = "src/lib.rs" [[bin]] name = "veda" path = "bin/veda.rs" [dependencies]