# 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 = "2015" name = "obis" version = "1.0.0" authors = ["Simonas Kazlauskas "] description = "Work with OBIS codes as defined by the IEC 62056-61 standard" documentation = "https://docs.rs/obis/1.0.0" readme = "README.mkd" categories = [ "no-std::no-alloc", "parser-implementations", ] license = "ISC OR Apache-2.0" repository = "https://github.com/nagisa/obis" [dependencies.atoi] version = "2.0.0" default-features = false