# 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 = "menu_generator" version = "0.1.4" authors = ["sabasit"] description = "IOT ID card generator library\nYou use my library by this way\nextern crate menu_generator;\nuse menu_generator::read_input as io;\nuse menu_generator::student_registration as sg;\n\nlet 'you variable name':char=io::char_read();\nlet 'you variable name':String=io::str_read();\nlet 'you variable name':int=io::int_read();\nlet 'you variable name':float=io::float_read();\n\n//just give parameter by taking user input and input muest be string\nlet student1=sg::Student::register(name,course,city,distance_learning);\nstudent1.display_card();\n//then it will show your IOT_ID-Card" license = "MIT" repository = "https://github.com/SyedAbdulBasit7/IDCard_Library.git" [dependencies.rand] version = "0.7.0"